priceDataStore top-level property

Map<String, Map<String, Object>> priceDataStore
getter/setter pair

Implementation

var priceDataStore = {
  "titleText": {
    "id": "titleText",
    "text": "Membership Plans",
    "size": "32.0",
    "fontWeight": FontWeight.w600,
    "leftMargin": 16.0,
    "action": {
      "tap": {
        "type": "UIK_OPEN_WEB",
        "data": {
          "url":
              "https://sylhetmirror.com/2022/04/03/tesla-delivers-over-1-million-electric-cars-over-past-year/"
        }
      }
    }
  },
  "button": {
    "id": "button",
    "text": "Payment",
    "type": "outline",
    "borderColor": "0xFF81C784",
    "textWeight": "FontWeight.bold",
    "leftElement": {
      "id": "titleIcon",
      "iconVal": "0xe16a",
      "iconColor": "0xFF212121"
    },
    "isStuck": "false"
  },
  "titleBagItem": {
    "id": "titleBagItem",
    "productPrice": "234",
    "productDescription": "Dummy Description of Product",
    "stepper": {
      "id": "titleStepper",
      "action": {
        "tap": {
          "type": "UIK_OPEN_WEB",
          "data": {
            "url":
                "https://sylhetmirror.com/2022/04/03/tesla-delivers-over-1-million-electric-cars-over-past-year/"
          }
        }
      }
    },
    "imageUrl":
        "https://images.pexels.com/photos/213780/pexels-photo-213780.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500,https://images.pexels.com/photos/213780/pexels-photo-213780.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500,https://images.pexels.com/photos/213780/pexels-photo-213780.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=50",
    "action": {
      "tap": {
        "type": "UIK_OPEN_WEB",
        "data": {
          "url":
              "https://sylhetmirror.com/2022/04/03/tesla-delivers-over-1-million-electric-cars-over-past-year/"
        }
      }
    }
  }
};