CanceledError class final
Download canceled
- Inheritance
-
- Object
- DownloadError
- CanceledError
- Available extensions
Constructors
- CanceledError.new()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRetryable → bool
-
Available on DownloadError, provided by the DownloadErrorMessage extension
Returns true if error is recoverable by retryingno setter - requiresUserAction → bool
-
Available on DownloadError, provided by the DownloadErrorMessage extension
Returns true if error requires user actionno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toTitle(
) → String -
Available on DownloadError, provided by the DownloadErrorMessage extension
Returns a short error title for UI dialogs -
toUserMessage(
) → String -
Available on DownloadError, provided by the DownloadErrorMessage extension
Returns a user-friendly error message
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited