listFromJson static method
Implementation
static List<DeleteInvoicedMonthModel> listFromJson(dynamic json) =>
json.map(DeleteInvoicedMonthModel.fromJson).toList();
static List<DeleteInvoicedMonthModel> listFromJson(dynamic json) =>
json.map(DeleteInvoicedMonthModel.fromJson).toList();