isErr property

  1. @override
bool isErr
override

returns whether the result is Err without exposing the value.

Implementation

@override
bool get isErr => true;