selectedListData property

List<T>? selectedListData
final

The selectedListData is used to preselect the choice chips. It takes list of object and this list should be subset og listData

Implementation

final List<T>? selectedListData;