isAborted property

bool isAborted

Returns true if this transaction as aborted. See abort.

Implementation

bool get isAborted => _aborted;