selection property
List<T>
get
selection
Currently selected elements.
Implementation
_i2.List<T> get selection => (_i5.getProperty(
this,
'selection',
) as _i2.List)
.cast();
Currently selected elements.
_i2.List<T> get selection => (_i5.getProperty(
this,
'selection',
) as _i2.List)
.cast();