Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'character'] = this.character; json[r'map_id'] = this.mapId; return json; }