selection property

List<T> get selection

Selected elements.

Implementation

_i2.List<T> get selection => (_i5.getProperty(
      this,
      'selection',
    ) as _i2.List)
        .cast();