operatorList property

  1. @protected
List<Operator<T>> operatorList
getter/setter pair

List of operators added to this SequentialProcessor.

Implementation

@protected
late List<Operator<T>> operatorList;