readable property

String? readable
final

The name of the enum value, should be formatted as a human readable name

Extension Method: readable

default: The name will be converted to Capital Case

(e.g. isNotAvailable => Is Not Available)

Implementation

final String? readable;