DrivingSummary class

Constructors

DrivingSummary({num? distance, int? trips, num? duration, num? safetyScore, num? braking, num? fatigue, num? hardAcceleration, num? hardTurn, num? laneChange, num? speeding})

Properties

braking num?
getter/setter pair
distance num?
getter/setter pair
duration num?
getter/setter pair
fatigue num?
getter/setter pair
hardAcceleration num?
getter/setter pair
hardTurn num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
laneChange num?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safetyScore num?
getter/setter pair
speeding num?
getter/setter pair
trips int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) DrivingSummary