Flutter
async
Result
<
T
>
isValue property
isValue
isValue
property
Null safety
bool
isValue
Whether this result is a value result.
Always the opposite of
isError
.
Implementation
bool get isValue;
Flutter
async
Result
<
T
>
isValue property
Result class
Constructors
Result
error
value
Properties
asError
asFuture
asValue
hashCode
isError
isValue
runtimeType
Methods
addTo
complete
noSuchMethod
toString
Operators
operator ==
Static methods
capture
captureAll
captureSink
captureStream
flatten
flattenAll
release
releaseSink
releaseStream
Constants
captureSinkTransformer
captureStreamTransformer
releaseSinkTransformer
releaseStreamTransformer