BusinessDelivery class
Business delivery object
Constructors
- BusinessDelivery({required bool pickUp, required bool delivery, required bool autoAccept, required bool cancelFromUser, required List cashOnDelivery, required AvailableLocation availableLocation, required int orderPreparationTime})
-
BusinessDelivery.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autoAccept ↔ bool
-
getter/setter pair
- availableLocation ↔ AvailableLocation
-
getter/setter pair
- cancelFromUser ↔ bool
-
getter/setter pair
- cashOnDelivery ↔ List
-
getter/setter pair
- delivery ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderPreparationTime ↔ int
-
getter/setter pair
- pickUp ↔ bool
-
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited