isEmpty property

bool isEmpty

Returns true if there are no moves in the Solution.

Implementation

bool get isEmpty => length == 0;