SealdException constructor

SealdException({
  1. int status = 0,
  2. String code = "",
  3. String id = "",
  4. String description = "",
  5. String details = "",
  6. String raw = "",
  7. String nativeStack = "",
})

Implementation

SealdException({
  this.status = 0,
  this.code = "",
  this.id = "",
  this.description = "",
  this.details = "",
  this.raw = "",
  this.nativeStack = "",
});