fromJson static method

EmergencyAddressPhoneCountryEnum? fromJson(
  1. dynamic value
)

Implementation

static EmergencyAddressPhoneCountryEnum? fromJson(dynamic value) => EmergencyAddressPhoneCountryEnumTypeTransformer().decode(value);