Response.webDriverCommand constructor Null safety
Constructor for web driver commands response.
Implementation
Response.webDriverCommand({this.data})
    : _allTestsPassed = false,
      _failureDetails = null;
Constructor for web driver commands response.
Response.webDriverCommand({this.data})
    : _allTestsPassed = false,
      _failureDetails = null;