status property

String get status

Implementation

String get status {
  return name.toUpperCase();
}