isOk property

bool get isOk

Returns true if ok is NOT null.

Implementation

bool get isOk => ok != null;