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