ErrorContext constructor
Creates an error context.
Implementation
const ErrorContext({
this.retryCount = 0,
this.timeSinceFirstOccurrence,
this.isTrackingActive = false,
this.batteryLevel,
this.isCharging,
this.networkAvailable,
});
Creates an error context.
const ErrorContext({
this.retryCount = 0,
this.timeSinceFirstOccurrence,
this.isTrackingActive = false,
this.batteryLevel,
this.isCharging,
this.networkAvailable,
});