executedOperations property

List<TransactionOperation> executedOperations

Returns the list of operations that were fully executed.

Implementation

List<TransactionOperation> get executedOperations =>
    UnmodifiableListView(_executedOperations);