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