closed property

List<TabGroup> get closed

Tab groups that have been closed.

Implementation

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