operatorIndex property

  1. @protected
Map<String, List<int>> operatorIndex
getter/setter pair

The Map between the operator name and the corresponding op indexes in operatorList. An operator may be added multiple times into this SequentialProcessor.

Implementation

@protected
late Map<String, List<int>> operatorIndex;