noItemsFoundText property
String
get
noItemsFoundText
No items found
Implementation
String get noItemsFoundText {
return Intl.message(
'No items found',
name: 'noItemsFoundText',
desc: '',
args: [],
);
}