WebDriverException constructor

const WebDriverException(
  1. int? statusCode,
  2. String? message
)

Implementation

const WebDriverException(this.statusCode, this.message);