fromJson static method

PhonePlanDtoPhoneCountryEnum? fromJson(
  1. dynamic value
)

Implementation

static PhonePlanDtoPhoneCountryEnum? fromJson(dynamic value) => PhonePlanDtoPhoneCountryEnumTypeTransformer().decode(value);