name property

String name

Implementation

String get name {
  return titleCase(describeEnum(this)).replaceAll(RegExp('_'), ' ');
}