fromJson static method

MatchFormatEnum? fromJson(
  1. dynamic value
)

Implementation

static MatchFormatEnum? fromJson(dynamic value) => MatchFormatEnumTypeTransformer().decode(value);