fromJson static method

CreateDomainOptionsDomainTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static CreateDomainOptionsDomainTypeEnum? fromJson(dynamic value) => CreateDomainOptionsDomainTypeEnumTypeTransformer().decode(value);