allOrdersExcelTitleCells top-level constant

List<Map<String, String>> const allOrdersExcelTitleCells

Implementation

const allOrdersExcelTitleCells = [
  {'A1': 'Zas ID'},
  {'B1': 'Vendor ID'},
  {'C1': 'COD'},
  {'D1': 'Current status'},
  {'E1': 'Created at'},
  {'F1': 'Product'},
  {'G1': 'Quantity'},
  {'H1': 'Department'},
  {'I1': 'Reason refusal'},
  {'J1': 'Transfer date to courier'},
  {'K1': 'Assignment date of the last status'},
  {'L1': 'Date of the first delivery attempt'},
];