UnknownError constructor
UnknownError({
- required String message,
- RequestOptions? requestOptions,
- StackTrace? stackTrace,
- Object? originalError,
- DateTime? timestamp,
Implementation
UnknownError({
required super.message,
super.requestOptions,
super.stackTrace,
super.originalError,
super.timestamp,
});