UnknownException constructor

const UnknownException({
  1. StackTrace stackTrace = StackTrace.empty,
})

Implementation

const UnknownException({
  this.stackTrace = StackTrace.empty,
});