ErrorStack constructor

ErrorStack(
  1. Object? error, [
  2. StackTrace? stack
])

Implementation

ErrorStack(this.error, [this.stack]);