NetworkException constructor

NetworkException(
  1. String message, {
  2. int? statusCode,
})

Creates a new NetworkException.

Implementation

NetworkException(this.message, {this.statusCode});