export method
Implementation
({
PrelimInfo prelim,
AutoInfo auto,
TeleOpInfo teleop,
EndgameInfo endgame,
MiscInfo misc,
CommentsInfo comments,
}) export() {
_packCommentsClass();
return (
prelim: prelim,
auto: auto,
teleop: teleop,
endgame: endgame,
misc: misc,
comments: comments
);
}