isRollback property
bool
get
isRollback
Whether this record represents a rollback operation.
Implementation
bool get isRollback => kind.name == 'rollback';
Whether this record represents a rollback operation.
bool get isRollback => kind.name == 'rollback';