isOk property

  1. @override
bool isOk
override

returns whether the result is Ok without exposing the value.

Implementation

@override
bool get isOk => false;