NoConnectionException constructor

NoConnectionException(
  1. String message, {
  2. String? resourceId,
})

Implementation

NoConnectionException(this.message, {this.resourceId});