get static method

String get(
  1. Language l
)

Implementation

static String get(Language l) => _languages[l]!;