values constant

List<PatientBirthSexEnum> const values

List of all possible values in this PatientBirthSexEnum.

Implementation

static const values = <PatientBirthSexEnum>[
  male,
  female,
  indeterminate,
  changed,
  changedToMale,
  changedToFemale,
  unknown,
];