PingError constructor

const PingError(
  1. ErrorType error, {
  2. String? message,
})

Implementation

const PingError(this.error, {this.message});