isCreate property

bool get isCreate

Returns true if this data is Create, otherwise false.

Implementation

bool get isCreate => this is UApplyWritesWriteCreate;