PingData constructor

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

Implementation

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