get static method

String get(
  1. String key
)

Implementation

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