CheckoutRepo class

Constructors

CheckoutRepo()

Properties

cartBooking List
getter/setter pair
cartSkuWeight ↔ dynamic
getter/setter pair
delhivaryFees ↔ dynamic
getter/setter pair
graphQLConfiguration ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCartForBooking(String userId) Future
getCartSkuWeight(String userId) Future
getDelhiveryShippingFees(int deliveryPincode, double weight, String providerName) Future
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