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