nameFirst property

String nameFirst

Returns only first letter of name of the enum value

Implementation

String get nameFirst => name.take();