matchedRuleId property
- @JsonKey.new(name: 'matched_rule_id', toJson: safetyRuleListToJson, fromJson: safetyRuleListFromJson)
final
Implementation
@JsonKey(
name: 'matched_rule_id',
toJson: safetyRuleListToJson,
fromJson: safetyRuleListFromJson,
)
final List<enums.SafetyRule>? matchedRuleId;