UnknownError constructor
UnknownError({
- StackTrace? stackTrace,
- Exception? cause,
- Object? error,
Implementation
UnknownError({ super.stackTrace, super.cause, this.error});