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