keyLabel property

String get keyLabel

Implementation

String get keyLabel {
  return _knownKeyLabels[this] ?? describeEnum(this);
}