isOk property

bool isOk

Returns true if ok is NOT null.

Implementation

bool get isOk => ok != null;