core.Map<core.String, core.dynamic> toJson() => { if (accountId != null) 'accountId': accountId!, if (gmbAccounts != null) 'gmbAccounts': gmbAccounts!, if (kind != null) 'kind': kind!, };