trackId property

List<String>? trackId
getter/setter pair

Track ids that the app version is published in.

Replaces the track field (deprecated), but doesn't include the production track (see isProduction instead).

Implementation

core.List<core.String>? trackId;