value property

String get value

Implementation

String get value {
  if (this == JobCategory.others) return 'ELSE';
  return name.toUpperCase();
}