keyLabel property

String keyLabel

Implementation

String get keyLabel {
  return _knownKeyLabels[this] ?? name;
}