ids property

List<String>? ids
getter/setter pair

The following are accepted as ids: * A single-element list containing only *, which selects all Features in the target EntityType, or * A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.

Required.

Implementation

core.List<core.String>? ids;