asString property

String asString

Implementation

String get asString =>
    this == ShortcutKey.returnKey ? 'return' : describeEnum(this);