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