NetworkException constructor

const NetworkException(
  1. String url,
  2. String message, [
  3. int? statusCode,
  4. dynamic cause,
])

Implementation

const NetworkException(this.url, super.message,
    [this.statusCode, super.cause]);