fromJson static method
Implementation
static DomainObjectEnum? fromJson(dynamic value) =>
DomainObjectEnumTypeTransformer().decode(value);
static DomainObjectEnum? fromJson(dynamic value) =>
DomainObjectEnumTypeTransformer().decode(value);