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