isUpdate property
bool
get
isUpdate
Whether this change event is an update
.
Implementation
bool get isUpdate => type == MongoChangeType.update;
Whether this change event is an update
.
bool get isUpdate => type == MongoChangeType.update;