lastAttempt property
BackendInitAttemptFailure
get
lastAttempt
Last backend attempt, usually the most actionable failure.
Implementation
BackendInitAttemptFailure get lastAttempt => attempts.last;
Last backend attempt, usually the most actionable failure.
BackendInitAttemptFailure get lastAttempt => attempts.last;