countries property

List<TrackTargetedCountry>? countries
getter/setter pair

A list of one or more countries where artifacts in this track are available.

This list includes all countries that are targeted by the track, even if only specific carriers are targeted in that country.

Implementation

core.List<TrackTargetedCountry>? countries;