notFoundArgs method

String notFoundArgs(
  1. String key,
  2. Map<String, Object> args
)

not found builder to build the not found string

Implementation

String notFoundArgs(
  String key,
  Map<String, Object> args,
) =>
    notFound(key);