fromJson static method

PhoneNumberProjectionPhoneCountryEnum? fromJson(
  1. dynamic value
)

Implementation

static PhoneNumberProjectionPhoneCountryEnum? fromJson(dynamic value) => PhoneNumberProjectionPhoneCountryEnumTypeTransformer().decode(value);