isUpdate property

bool get isUpdate

Returns true if this data is Update, otherwise false.

Implementation

bool get isUpdate => this is UApplyWritesWriteUpdate;