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