Items constructor
Items({})
Implementation
Items({
required this.referenceId,
required this.type,
required this.name,
required this.sku,
required this.quantity,
required this.totalAmount,
});
Items({
required this.referenceId,
required this.type,
required this.name,
required this.sku,
required this.quantity,
required this.totalAmount,
});