ModemNetworkBearersStats constructor
ModemNetworkBearersStats({})
Returns a new ModemNetworkBearersStats instance.
Implementation
ModemNetworkBearersStats({
this.duration,
this.rxBytes,
this.txBytes,
this.attempts,
this.failedAttempts,
this.totalDuration,
this.totalRxBytes,
this.totalTxBytes,
});