fieldSources property

List<FieldSource>? fieldSources
getter/setter pair

Defines the items to include in the query result, analogous to a SQL SELECT clause.

Implementation

core.List<FieldSource>? fieldSources;