NetworkException constructor

NetworkException([
  1. String? message,
  2. String? url,
  3. String? prefix
])

Implementation

NetworkException([this.message, this.url, this.prefix]);