Flutter
webdriver.sync_io
WebDriverException
WebDriverException const constructor
WebDriverException
WebDriverException
constructor
Null safety
const
WebDriverException
(
int
?
statusCode
,
String
?
message
)
Implementation
const WebDriverException(this.statusCode, this.message);
Flutter
webdriver.sync_io
WebDriverException
WebDriverException const constructor
WebDriverException class
Constructors
WebDriverException
Properties
hashCode
message
runtimeType
statusCode
Methods
noSuchMethod
toString
Operators
operator ==