label property

String get label

Implementation

String get label {
  return toMap().split(RegExp(r'(?=[A-Z])')).join(' ');
}