code method

String? code()

Implementation

String? code() {
  return langMap[this];
}