BackendConnectionErrors constructor
BackendConnectionErrors({})
Implementation
BackendConnectionErrors({
this.connectionRefusedCount,
this.hTTPCode4XXCount,
this.hTTPCode5XXCount,
this.otherCount,
this.timeoutCount,
this.unknownHostCount,
});