isOk property

bool isOk

Returns true if the result is Ok.

Implementation

bool get isOk => this is Ok;