TripInsights class

Constructors

TripInsights(String? appTripId, SafetyInsights? safety, PerformanceInsights? performance, EfficiencyInsights? efficiency, ContextualInsights? contextual, ComparativeInsights? comparative, List<String?>? summary)
TripInsights.fromJson(Map<String, dynamic> jsonDecode)

Properties

appTripId String?
getter/setter pair
comparative ComparativeInsights?
getter/setter pair
contextual ContextualInsights?
getter/setter pair
efficiency EfficiencyInsights?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
performance PerformanceInsights?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safety SafetyInsights?
getter/setter pair
summary List<String?>?
getter/setter pair

Methods

extractFromNullableModel(dynamic value, dynamic m) → dynamic
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