isOk property

bool isOk

Checks if Cube's status is okay.

Implementation

bool get isOk => verify() == CubeStatus.ok;