opened property

List<TabGroup> get opened

Tab groups that have been opened.

Implementation

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