OrderProduct class

Implementers

Constructors

OrderProduct({required double price, required List<String> productIdList, required String customerId, String? description, String? id, List<Product>? productList, String? riderId, required String shopId, String? shopName, String? orderStatus, String? riderStatus, bool? paid, required bool complete})

Properties

complete bool
final
customerId String
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
orderStatus String?
final
final
price double
final
productIdList List<String>
final
productList List<Product>?
final
riderId String?
final
riderStatus String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopId String
final
shopName String?
final

Methods

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