fromJson static method

MatchOptionFieldEnum? fromJson(
  1. dynamic value
)

Implementation

static MatchOptionFieldEnum? fromJson(dynamic value) => MatchOptionFieldEnumTypeTransformer().decode(value);