isValue property Null safety

bool isValue
override

Whether this result is a value result.

Always the opposite of isError.

Implementation

@override
bool get isValue => false;