factory RuleSummary.fromJson(Map<String, dynamic> json) { return RuleSummary( name: json['Name'] as String, ruleId: json['RuleId'] as String, ); }