client top-level property

dynamic get client

The Client interface represents an executable context such as a Worker, or a SharedWorker. Window clients are represented by the more-specific WindowClient. You can get Client/WindowClient objects from methods such as Clients.matchAll() and Clients.get().

MDN Reference

Implementation

_i2.dynamic get client => _i4.getProperty(
      _self,
      'Client',
    );