listFromJson static method

List<DeleteInvoicedMonthModel> listFromJson(
  1. dynamic json
)

Implementation

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