core.Map<core.String, core.dynamic> toJson() => { if (name != null) 'name': name!, if (priority != null) 'priority': priority!, if (ruleBlocks != null) 'ruleBlocks': ruleBlocks!, };