no_result_found property

String get no_result_found

No result found

Implementation

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