fromJson static method

SuppressionCheckResponseMatchTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static SuppressionCheckResponseMatchTypeEnum? fromJson(dynamic value) => SuppressionCheckResponseMatchTypeEnumTypeTransformer().decode(value);