values constant

List<PatientGenderEnum> const values

List of all possible values in this PatientGenderEnum.

Implementation

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