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