listings property

List<SubscriptionListing>? listings
getter/setter pair

List of localized listings for this subscription.

Must contain at least an entry for the default language of the parent app.

Required.

Implementation

core.List<SubscriptionListing>? listings;