LoadResult enum Null safety
Result pattern on EncryptFileLoader.load
Constructors
- LoadResult()
-
const
Values
- cached → const LoadResult
-
data is cached
LoadResult()
- load → const LoadResult
-
data is loaded from server
LoadResult()
- failed → const LoadResult
-
failed request
LoadResult()
- connectionError → const LoadResult
-
SocketException
LoadResult()
- urlError → const LoadResult
-
HttpException
LoadResult()
- formatError → const LoadResult
-
FormatException
LoadResult()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LoadResult> -
A constant List of the values in this enum, in order of their declaration.
[cached, load, failed, connectionError, urlError, formatError]