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