BaatoPlace class

Constructors

BaatoPlace.initialize({required int placeId, required String accessToken, String? apiBaseUrl, String? appId, String? securityCode, String? apiVersion})
To initialize Baato Place API parameters using placeId and accessToken

Properties

accessToken String
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
placeId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityCode String?
getter/setter pair

Methods

getPlaceDetails() Future<PlaceResponse>
Place Details using Baato API
getQueryParams() Map<String, 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