onComplete property

Stream<Event> onComplete

Stream of complete events handled by this Transaction.

Implementation

Stream<Event> get onComplete => completeEvent.forTarget(this);