UnknownError constructor

UnknownError({
  1. StackTrace? stackTrace,
  2. Exception? cause,
  3. Object? error,
})

Implementation

UnknownError({ super.stackTrace, super.cause, this.error});