GEOrderCreationrSchema constructor
Returns a new GEOrderCreationrSchema instance.
Implementation
GEOrderCreationrSchema({
required this.code,
required this.quantity,
required this.price,
});
Returns a new GEOrderCreationrSchema instance.
GEOrderCreationrSchema({
required this.code,
required this.quantity,
required this.price,
});