tabs property

List<Tab> get tabs

The list of tabs contained within the group. This can be empty if the group has no tabs open.

Implementation

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