HollisticMatchScoutingData class

Inheritance
Mixed in types
Available Extensions

Constructors

HollisticMatchScoutingData({required PrelimInfo preliminary, required MiscInfo misc, required AutoInfo auto, required TeleOpInfo teleop, required EndgameInfo endgame, required CommentsInfo comments, required String id})
HollisticMatchScoutingData.idOptional({required PrelimInfo preliminary, required MiscInfo misc, required AutoInfo auto, required TeleOpInfo teleop, required EndgameInfo endgame, required CommentsInfo comments})

Properties

auto AutoInfo
getter/setter pair
comments CommentsInfo
getter/setter pair
commentsCSVData String
no setter
csvData String
VERY FUCKING EXPENSIVE ASS FUNCTION TO CALL LMAOOO
no setter
endgame EndgameInfo
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
misc MiscInfo
getter/setter pair
preliminary PrelimInfo
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teleop TeleOpInfo
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCompatibleFormat() String
override
toCompressedCompatibleFormat() List<int>
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromCompatibleFormat(String rawData) HollisticMatchScoutingData
fromCompressedCompatibleFormat(List<int> compressedData) HollisticMatchScoutingData