value property

String value

Implementation

String get value {
  return this.name.split('_').join(' ');
}