selectedRowCountTitleTwo property
override
The "two" form of selectedRowCountTitle.
This form is optional.
See also:
- Intl.plural, to which this form is passed.
- selectedRowCountTitleZero, the "zero" form
- selectedRowCountTitleOne, the "one" form
- selectedRowCountTitleFew, the "few" form
- selectedRowCountTitleMany, the "many" form
- selectedRowCountTitleOther, the "other" form
Implementation
@override
String? get selectedRowCountTitleTwo => null;