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