label property

String label

Implementation

String get label {
  return value?.capitalize() ?? "Unknown";
}