paymentList top-level property

List<DropDownModel> paymentList
getter/setter pair

Implementation

List<DropDownModel> paymentList = [
  DropDownModel(title: "cash", icon: ic_free, isSelected: true),
  // DropDownModel(title: "Credit & Debit cards", icon: ic_card),
];