isValue property

  1. @override
bool isValue
override

Whether this result is a value result.

Always the opposite of isError.

Implementation

@override
bool get isValue => false;