ContextualInsights class

Constructors

ContextualInsights(String? weatherImpact, String? trafficConditions, String? timeOfDay, String? routeFamiliarity)
ContextualInsights.fromJson(Map<String, dynamic> jsonDecode)

Properties

hashCode int
The hash code for this object.
no setterinherited
routeFamiliarity String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeOfDay String?
getter/setter pair
trafficConditions String?
getter/setter pair
weatherImpact String?
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