exportHollistic method

HollisticMatchScoutingData exportHollistic()

Implementation

HollisticMatchScoutingData exportHollistic() {
  _packCommentsClass();
  return HollisticMatchScoutingData(
      id: id,
      misc: misc,
      preliminary: prelim,
      auto: auto,
      teleop: teleop,
      comments: comments,
      endgame: endgame);
}