InvoiceItem.fromJson(Map<String, dynamic> json) { _itemName = json['ItemName']; _quantity = json['Quantity']; _unitPrice = json['UnitPrice']; }