matchedRuleId property

  1. @JsonKey.new(name: 'matched_rule_id', toJson: safetyRuleListToJson, fromJson: safetyRuleListFromJson)
List<SafetyRule>? matchedRuleId
final

Implementation

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