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