fromJson static method

SuppressionEntryTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static SuppressionEntryTypeEnum? fromJson(dynamic value) => SuppressionEntryTypeEnumTypeTransformer().decode(value);