TeleOpInfo class
- Inheritance
-
- Object
- ScoutingInfo
- TeleOpInfo
- Implemented types
- Available Extensions
Constructors
- TeleOpInfo({required bool underStage, required bool lobs, required int scoredSpeaker, required int missedSpeaker, required int scoredAmp, required int missedAmp})
- TeleOpInfo.optional({bool underStage = false, bool lobs = false, int scoredSpeaker = 0, int missedSpeaker = 0, int scoredAmp = 0, int piecesScored = 0, int missedAmp = 0})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lobs ↔ bool
-
getter/setter pair
- missedAmp ↔ int
-
getter/setter pair
- missedSpeaker ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scoredAmp ↔ int
-
getter/setter pair
- scoredSpeaker ↔ int
-
getter/setter pair
- underStage ↔ bool
-
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 csv) → TeleOpInfo