resultsCount method

String resultsCount(
  1. int count
)

Results count format.

Implementation

String resultsCount(int count) => Intl.message(
  '$count results',
  name: 'resultsCount',
  args: [count],
  desc: 'Number of search results',
  locale: locale.toString(),
);