InvoiceList.fromJson constructor

InvoiceList.fromJson(
  1. Map<String, dynamic> json
)

Create an InvoiceList from JSON

Implementation

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