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