fromJson static method

DomainDtoDomainTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static DomainDtoDomainTypeEnum? fromJson(dynamic value) => DomainDtoDomainTypeEnumTypeTransformer().decode(value);