isUpdate property

bool get isUpdate

Whether this change event is an update.

Implementation

bool get isUpdate => type == MongoChangeType.update;