isTxnOp property
bool
get
isTxnOp
Implementation
bool get isTxnOp =>
this == begin || this == commit || this == rollback;
bool get isTxnOp =>
this == begin || this == commit || this == rollback;