informNoResult method

String informNoResult(
  1. Object text
)

No results for "{text}"

Implementation

String informNoResult(Object text) {
  return Intl.message(
    'No results for "$text"',
    name: 'informNoResult',
    desc: '',
    args: [text],
  );
}