countries property

  1. @JsonKey(name: 'country_codes')
List<Country> countries
inherited

Provides a list of countries where this content is not available.

Implementation

@JsonKey(name: 'country_codes')
List<Country> get countries => throw _privateConstructorUsedError;