isCollectionDeleted property
bool
get
isCollectionDeleted
true if the underlying map was deleted.
Implementation
bool get isCollectionDeleted => _changes.isDeleted;
true if the underlying map was deleted.
bool get isCollectionDeleted => _changes.isDeleted;