opened property

List<Tab> get opened

The tabs that have been opened.

Implementation

_i2.List<_i3.Tab> get opened => (_i5.getProperty(
      this,
      'opened',
    ) as _i2.List)
        .cast();