availableMarkets property

  1. @JsonKey(name: 'available_markets')
List<Market>? availableMarkets
getter/setter pair

The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market.

Implementation

@JsonKey(name: 'available_markets')
List<Market>? availableMarkets;