AutoInfo class

Inheritance
Implemented types
Available Extensions

Constructors

AutoInfo({required bool notePreloaded, required bool taxi, required int scoredSpeaker, required int missedSpeaker, required int scoredAmp, required int missedAmp})
AutoInfo.optional({bool notePreloaded = false, bool taxi = false, int scoredSpeaker = 0, int missedSpeaker = 0, int scoredAmp = 0, int missedAmp = 0})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
missedAmp int
getter/setter pair
missedSpeaker int
getter/setter pair
notePreloaded bool
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
taxi 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 rawData) AutoInfo