NetworkError.other constructor

const NetworkError.other(
  1. {required DioError e}
)

Implementation

const factory NetworkError.other({required DioError e}) = _Other;