noFindResult property

String noFindResult

No result

Implementation

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