activeItems property

List<T> get activeItems

Active items. This can be read and updated by the extension.

Implementation

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

Implementation

set activeItems(_i2.List<T> value) {
  _i5.setProperty(
    this,
    'activeItems',
    value,
  );
}