Input$MarketPlaceOrderControllerInput class
Constructors
- Input$MarketPlaceOrderControllerInput({String? card, String? number, String? user, DateTime? orderTime, double? deliveryFees, Enum$OrderTypeEnum? orderType, String? currency, required Input$MarketPlaceOrderShoppingCartControllerInput shoppingCart})
-
factory
-
Input$MarketPlaceOrderControllerInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- card → String?
-
no setter
-
copyWith
→ CopyWith$Input$MarketPlaceOrderControllerInput<
Input$MarketPlaceOrderControllerInput> -
no setter
- currency → String?
-
no setter
- deliveryFees → double?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- number → String?
-
no setter
- orderTime → DateTime?
-
no setter
- orderType → Enum$OrderTypeEnum?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shoppingCart → Input$MarketPlaceOrderShoppingCartControllerInput
-
no setter
- user → String?
-
no setter
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.
override