toText property

String get toText

toText convert this enumber to text

Implementation

String get toText => toString().split(".").last;