encode method

String encode(
  1. PatientBirthSexEnum data
)

Implementation

String encode(PatientBirthSexEnum data) => data.value;