Flutter
async
ErrorResult
isError property
isError
ErrorResult class
Constructors
ErrorResult
Properties
asError
asFuture
asValue
error
hashCode
isError
isValue
stackTrace
runtimeType
Methods
addTo
complete
handle
noSuchMethod
toString
Operators
operator ==
isError property
bool
isError
override
Whether this result is an error result.
Always the opposite of
isValue
.
Implementation
bool get isError => true;