Returns true if there are no recorded permutations, indicating an empty state.
true
@override bool get isEmpty => _permutations.isEmpty;