RecoveryState constructor
const
RecoveryState({
- required Object error,
- required StackTrace stackTrace,
- required ErrorFingerprint fingerprint,
- required ErrorSeverity severity,
- AppSnapshot? lastSnapshot,
- bool isInCrashLoop = false,
Implementation
const RecoveryState({
required this.error,
required this.stackTrace,
required this.fingerprint,
required this.severity,
this.lastSnapshot,
this.isInCrashLoop = false,
});