isNotEmpty property

bool isNotEmpty

Returns true if there is at least one move in the Solution.

Implementation

bool get isNotEmpty => !isEmpty;