locations property

List<Location>? locations
getter/setter pair

Structured locations of the job, resolved from Job.addresses.

locations are exactly matched to Job.addresses in the same order.

Implementation

core.List<Location>? locations;