isInsert property

bool get isInsert

Whether this change event is an insert.

Implementation

bool get isInsert => type == MongoChangeType.insert;