remainingTextFieldCharacterCountFew property
override
The "few" form of remainingTextFieldCharacterCount.
This form is optional.
See also:
- Intl.plural, to which this form is passed.
 - remainingTextFieldCharacterCountZero, the "zero" form
 - remainingTextFieldCharacterCountOne, the "one" form
 - remainingTextFieldCharacterCountTwo, the "two" form
 - remainingTextFieldCharacterCountFew, the "few" form
 - remainingTextFieldCharacterCountMany, the "many" form
 - remainingTextFieldCharacterCountOther, the "other" form
 
Implementation
@override
String get remainingTextFieldCharacterCountFew => null;