GEOrderSchema constructor
GEOrderSchema({})
Returns a new GEOrderSchema instance.
Implementation
GEOrderSchema({
required this.id,
required this.seller,
required this.code,
required this.quantity,
required this.price,
required this.createdAt,
});