availableMarkets property

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

A list of the countries in which the track can be played, identified by their ISO 3166-1 alpha-2 code.

Implementation

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