fromJson static method

DomainObjectEnum? fromJson(
  1. dynamic value
)

Implementation

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