paymentList top-level property
getter/setter pair
Implementation
List<DropDownModel> paymentList = [
DropDownModel(title: "cash", icon: ic_free, isSelected: true),
// DropDownModel(title: "Credit & Debit cards", icon: ic_card),
];
List<DropDownModel> paymentList = [
DropDownModel(title: "cash", icon: ic_free, isSelected: true),
// DropDownModel(title: "Credit & Debit cards", icon: ic_card),
];