no_data_found property

String get no_data_found

No Data Found

Implementation

String get no_data_found {
  return Intl.message(
    'No Data Found',
    name: 'no_data_found',
    desc: '',
    args: [],
  );
}