cartWidget top-level property

List<Map<String, String>> cartWidget
getter/setter pair

Implementation

var cartWidget = [
    {"id": "titleText", "uiType": "UikText"},
    {"id": "titleText2", "uiType": "UikText"},
    {"id": "titleTextField", "uiType": "UikTextField"},
    {"id": "titleCartTextHorizontal", "uiType": "UikCartTextHorizontal"},
    {"id": "titleButton" , "uiType": "UikButton"},
    {"id": "titleTabBar" , "uiType": "UikTabBar"}
];