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