readable property

String readable

Returns the name of the enum field In a human readable format

Implementation

String get readable {
  return map<String>(
    map: 'Map',
    maybeMap: 'Maybe Map',
  );
}