isValue property Null safety
override
Whether this result is a value result.
Always the opposite of isError.
Implementation
@override
bool get isValue => false;
Whether this result is a value result.
Always the opposite of isError.
@override
bool get isValue => false;