value property

String value

Implementation

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