fromJson static method

PhoneNumberDtoPhoneCountryEnum? fromJson(
  1. dynamic value
)

Implementation

static PhoneNumberDtoPhoneCountryEnum? fromJson(dynamic value) => PhoneNumberDtoPhoneCountryEnumTypeTransformer().decode(value);