fromJson static method

PatientDtoGenderEnum? fromJson(
  1. dynamic value
)

Implementation

static PatientDtoGenderEnum? fromJson(dynamic value) => PatientDtoGenderEnumTypeTransformer().decode(value);