rawNAME property

String get rawNAME

Returns full path name of the enum value with uppercase form

Implementation

String get rawNAME => rawName.uppercase;