noItemsFoundText property

String noItemsFoundText

No items found

Implementation

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