isEmpty property

bool get isEmpty

Whether the collection is empty.

Implementation

bool get isEmpty => _embeddings.isEmpty;