isEmpty property

bool get isEmpty

Check if empty

Implementation

bool get isEmpty => _entities.isEmpty;