closed property

List<Tab> get closed

The tabs that have been closed.

Implementation

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