isNotEmpty property

bool get isNotEmpty

Check if not empty

Implementation

bool get isNotEmpty => _entities.isNotEmpty;