InvoiceItem({String itemName, int quantity, int unitPrice}) { this._itemName = itemName; this._quantity = quantity; this._unitPrice = unitPrice; }