Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 310 Bytes

List.md

File metadata and controls

19 lines (16 loc) · 310 Bytes

Map List

List<Map<String, String>> allTotal = [];

Add Items to List

  allTotal.add({
            "price": "${double.parse(miscellaneousController.text)}",
            "type": "miscellaneous",
            "id": rNum.toString()
          });

getItem

allTotal[index]["type"]