terminals property

List<Terminal> get terminals

The currently opened terminals or an empty array.

Implementation

_i2.List<_i4.Terminal> get terminals => (_i3.getProperty(
      this,
      'terminals',
    ) as _i2.List)
        .cast();