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