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