Flutter
async
ValueResult
<
T
>
isError property
isError
ValueResult class
Constructors
ValueResult
Properties
asError
asFuture
asValue
hashCode
isError
isValue
value
runtimeType
Methods
addTo
complete
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 => false;