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