notFound method

String notFound(
  1. String key
)

not found builder to build the not found string

Implementation

String notFound(String key) => kDebugMode ? 'null' : key;