parameters property

List<DataSourceParameter>? parameters
getter/setter pair

The parameters of the data source, used when querying the data source.

Implementation

core.List<DataSourceParameter>? parameters;