BrowserContext constructor

BrowserContext(
  1. Connection? connection,
  2. Browser browser,
  3. BrowserContextID? id
)

Implementation

BrowserContext(this.connection, this.browser, this.id);