UnknownError constructor
const
UnknownError({
- required dynamic error,
Constructs an UnknownError response with the given error object.
Implementation
const UnknownError({
required this.error,
});