FailureDetail constructor

FailureDetail({
  1. bool? crashed,
  2. bool? deviceOutOfMemory,
  3. bool? failedRoboscript,
  4. bool? notInstalled,
  5. bool? otherNativeCrash,
  6. bool? timedOut,
  7. bool? unableToCrawl,
})

Implementation

FailureDetail({
  this.crashed,
  this.deviceOutOfMemory,
  this.failedRoboscript,
  this.notInstalled,
  this.otherNativeCrash,
  this.timedOut,
  this.unableToCrawl,
});