BrowserProfile constructor

BrowserProfile(
  1. String userAgent,
  2. Map<String, String> headers
)

Implementation

BrowserProfile(this.userAgent, this.headers);