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