GEBuyOrderSchema constructor
Returns a new GEBuyOrderSchema instance.
Implementation
GEBuyOrderSchema({
required this.id,
required this.quantity,
});
Returns a new GEBuyOrderSchema instance.
GEBuyOrderSchema({
required this.id,
required this.quantity,
});