assignedLocations property

List<AssignedLocation>? assignedLocations
getter/setter pair

The list of assigned locations.

This list will be absent if empty.

Implementation

core.List<AssignedLocation>? assignedLocations;