isRollback property

bool get isRollback

Whether this record represents a rollback operation.

Implementation

bool get isRollback => kind.name == 'rollback';