PingData constructor

PingData({
  1. PingResponse? response,
  2. PingSummary? summary,
  3. PingError? error,
})

Implementation

PingData({this.response, this.summary, this.error});