isOk property

bool get isOk

Whether this is an Ok.

Implementation

bool get isOk => this is Ok<T>;