selectedList property

List<int> selectedList
final

This list is inside your model if you have a pre-selected structure. You are expected to specify the selected ones.

Implementation

final List<int> selectedList;