constValue property

String get constValue

The constant value for this enum entry.

Cannot be called const since this is a reserved keyword in Dart.

Implementation

String get constValue => _value[Keys.const_] as String;