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