isValue property

bool isValue
override

Whether this result is a value result.

Always the opposite of isError.

Implementation

bool get isValue => true;