Create an InvoiceItem from JSON
factory InvoiceItem.fromJson(Map<String, dynamic> json) => _$InvoiceItemFromJson(json);