NetworkError constructor
const
NetworkError({
- required IOException error,
Constructs a NetworkError response with the given exception.
Implementation
const NetworkError({
required this.error,
});