isEmpty property

  1. @override
bool isEmpty
override

Returns true if there are no recorded permutations, indicating an empty state.

Implementation

@override
bool get isEmpty => _permutations.isEmpty;