BaatoRoute class

Constructors

BaatoRoute.initialize({required String accessToken, required String mode, required List points, String? appId, String? securityCode, String? apiBaseUrl, String? apiVersion, bool? instructions, bool? alternatives})
To initialize Baato Route API parameters using mode,points and accessToken

Properties

accessToken String
getter/setter pair
alternatives bool?
getter/setter pair
apiBaseUrl String?
getter/setter pair
apiVersion String?
getter/setter pair
appId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instructions bool?
getter/setter pair
mode String
getter/setter pair
points List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityCode String?
getter/setter pair

Methods

getQueryParams() Map<String, dynamic>
getRoutes() Future<RouteResponse>
Routing using baato API
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