isDataOp property

bool get isDataOp

Implementation

bool get isDataOp =>
    this == insert || this == update || this == delete;