isSolved property

bool isSolved

Returns true if the Cube is solved.

Implementation

bool get isSolved => this == solved;