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