totalElementsText method
Showing {totalElements} elements
Implementation
String totalElementsText(Object totalElements) {
return Intl.message(
'Showing $totalElements elements',
name: 'totalElementsText',
desc: '',
args: [totalElements],
);
}