BrowserDetails constructor

BrowserDetails({
  1. String? javaEnabled = "false",
  2. String? javaScriptEnabled = "true",
  3. String? language = "en-US",
  4. String? screenHeight = "864",
  5. String? screenWidth = "1536",
  6. String? timeZone = "330",
  7. String? colorDepth = "24",
  8. String? dSecureChallengeWindowSize = "FULL_SCREEN",
})

Implementation

BrowserDetails({
    this.javaEnabled="false",
    this.javaScriptEnabled="true",
    this.language="en-US",
    this.screenHeight="864",
    this.screenWidth="1536",
    this.timeZone="330",
    this.colorDepth="24",
    this.dSecureChallengeWindowSize="FULL_SCREEN"});