selectedRowCountTitleFew property
override
The "few" 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
 - selectedRowCountTitleTwo, the "two" form
 - selectedRowCountTitleMany, the "many" form
 - selectedRowCountTitleOther, the "other" form
 
Implementation
@override
String get selectedRowCountTitleFew => null;