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