fromJson static method

EmergencyAddressDtoPhoneCountryEnum? fromJson(
  1. dynamic value
)

Implementation

static EmergencyAddressDtoPhoneCountryEnum? fromJson(dynamic value) => EmergencyAddressDtoPhoneCountryEnumTypeTransformer().decode(value);