SelectionEvent<T> constructor

SelectionEvent<T>(
  1. SelectionType type,
  2. List<T> items,
  3. int currentSelectionCount
)

Implementation

SelectionEvent(this.type, this.items, this.currentSelectionCount);