notFoundPlural method

String notFoundPlural(
  1. String key,
  2. int count,
  3. Map<String, Object> args
)

not found builder to build the not found string

Implementation

String notFoundPlural(
  String key,
  int count,
  Map<String, Object> args,
) =>
    notFound(key);