fromJson static method

PatientBirthSexEnum? fromJson(
  1. dynamic value
)

Implementation

static PatientBirthSexEnum? fromJson(dynamic value) => PatientBirthSexEnumTypeTransformer().decode(value);