DiagnosticInfo constructor

DiagnosticInfo(
  1. Map response
)

Implementation

DiagnosticInfo(Map response) {
  webhookLatencyMs = response["webhook_latency_ms"];
}