operators property

List<QueryOperator>? operators
getter/setter pair

List of all operators applicable for this source.

Implementation

core.List<QueryOperator>? operators;