isEmpty property

bool isEmpty

Returns true if CRDT has any non-deleted records.

Implementation

bool get isEmpty => map.isEmpty;