NetworkException constructor
const
NetworkException(
- String message, {
- required NetworkErrorCode code,
- int? statusCode,
Creates a NetworkException instance.
Implementation
const NetworkException(
this.message, {
required this.code,
this.statusCode,
});