haveData property

bool haveData

Weither the embeddings have at least one item in data.

Implementation

bool get haveData => data.isNotEmpty;