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