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