Constructors
-
DrivingSessionRouteListener({required void onDrivingRoutes(List<
DrivingRoute> routes), required void onDrivingRoutesError(Error error)}) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDrivingRoutes(
List< DrivingRoute> routes) → void - Happens when driving routes are generated.
-
onDrivingRoutesError(
Error error) → void - Happens when there is an error.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited