fromJson static method

PhoneNumberObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static PhoneNumberObjectEnum? fromJson(dynamic value) =>
    PhoneNumberObjectEnumTypeTransformer().decode(value);