SpeedTestException constructor

const SpeedTestException(
  1. String message, {
  2. Uri? uri,
})

Implementation

const SpeedTestException(this.message, {this.uri});