fromJson static method

PatientDtoBirthSexEnum? fromJson(
  1. dynamic value
)

Implementation

static PatientDtoBirthSexEnum? fromJson(dynamic value) => PatientDtoBirthSexEnumTypeTransformer().decode(value);