selection property
The selection model this container represents.
Implementation
late SelectionModel<T> selection;
The selection model this container represents.
Implementation
@Input()
@override
set selection(SelectionModel<T> value) {
super.selection = value;
}