isInvalidate property

bool get isInvalidate

Whether this change event is an invalidate (e.g. stream invalidated).

Implementation

bool get isInvalidate => type == MongoChangeType.invalidate;