Returns this enum's name or the value if names are not represented.
name
value
@override String toString() => name == '' ? value.toString() : name;