isEmpty property

bool get isEmpty

Whether no entities are currently folded in (accumulator is all-zero).

Implementation

bool get isEmpty => _acc.every((b) => b == 0);