ExtraTripScores class

Constructors

ExtraTripScores({num? hardAcceleration, num? hardBraking, num? hardTurn, num? speeding, num? drowsy, int? hardAccelerationStarRating, int? hardBrakingStarRating, int? hardTurnStarRating, int? speedingStarRating, int? drowsyStarRating})
ExtraTripScores.fromJson(Map<String, dynamic> json)

Properties

drowsy num?
getter/setter pair
drowsyStarRating int?
getter/setter pair
hardAcceleration num?
getter/setter pair
hardAccelerationStarRating int?
getter/setter pair
hardBraking num?
getter/setter pair
hardBrakingStarRating int?
getter/setter pair
hardTurn num?
getter/setter pair
hardTurnStarRating int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speeding num?
getter/setter pair
speedingStarRating int?
getter/setter pair

Methods

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

Operators

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