isError property

bool isError
override

Whether this result is an error result.

Always the opposite of isValue.

Implementation

bool get isError => false;