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