core.Map<core.String, core.dynamic> toJson() { final violations = this.violations; return {'violations': ?violations}; }