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