toShortString method

String toShortString()

Implementation

String toShortString() {
  return toString().split('.').last; // toString returns the enumName.value
}