FatalException constructor

FatalException({
  1. StackTrace? stackTrace,
})

Implementation

FatalException({
  this.stackTrace,
});