get static method

String get(
  1. String key
)

Implementation

static String get(String key) => _phrases.containsKey(key) ? _phrases[key]! : key;