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