YKNetworkException constructor
const
YKNetworkException({
- YKErrorType type = YKErrorType.unknown,
- String? message,
- int? statusCode,
- dynamic raw,
- RetryContext? retryContext,
Implementation
const YKNetworkException({
this.type = YKErrorType.unknown,
this.message,
this.statusCode,
this.raw,
this.retryContext,
});