NetworkException constructor

const NetworkException(
  1. String message, [
  2. Object? cause
])

Implementation

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