onAbort property

Stream<Event> onAbort

Stream of abort events handled by this Transaction.

Implementation

Stream<Event> get onAbort => abortEvent.forTarget(this);