rawNAME property

String rawNAME

Returns full path name of the enum value with uppercase form

Implementation

String get rawNAME => rawName.uppercase;