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