value method

String? value()

Implementation

String? value() {
  return values[this!];
}