name property

String get name

Implementation

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