name property

String name

Implementation

String get name {
  final str = "$this";
  return str.replaceAll("TimeSpanUnit.", "");
}