operations property
List<_TOperation<T> >
get
operations
A read-only view of the pending operations.
Implementation
List<_TOperation<T>> get operations => List.unmodifiable(_operations);
A read-only view of the pending operations.
List<_TOperation<T>> get operations => List.unmodifiable(_operations);