nameCAP property

String nameCAP

Returns only name of the enum value with uppercase form

Implementation

String get nameCAP => name.uppercase;