PrelimInfo class

Inheritance
Implemented types
Available Extensions

Constructors

PrelimInfo({required int timeStamp, required int teamNumber, required int matchNumber, required MatchType matchType, required TeamAlliance alliance, String? scouter, required MatchStartingPosition startingPosition})
PrelimInfo.optional({int? timeStamp, int teamNumber = 0, int matchNumber = 0, MatchType matchType = MatchType.unset, TeamAlliance alliance = TeamAlliance.red, MatchStartingPosition startingPosition = MatchStartingPosition.unset})
factory

Properties

alliance TeamAlliance
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matchNumber int
getter/setter pair
matchType MatchType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scouter String
getter/setter pair
startingPosition MatchStartingPosition
getter/setter pair
teamNumber int
getter/setter pair
timeStamp int
getter/setter pair

Methods

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

Operators

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

Static Methods

fromCompatibleFormat(String rawData) PrelimInfo