DropListModel constructor

DropListModel(
  1. List<OptionItem> listOptionItems
)

Implementation

DropListModel(this.listOptionItems);