TrackCountryAvailability class
Resource for per-track country availability information.
Constructors
-
TrackCountryAvailability({List<
TrackTargetedCountry> ? countries, bool? restOfWorld, bool? syncWithProduction}) - TrackCountryAvailability.fromJson(Map json_)
Properties
-
countries
↔ List<
TrackTargetedCountry> ? -
A list of one or more countries where artifacts in this track are
available.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- restOfWorld ↔ bool?
-
Whether artifacts in this track are available to "rest of the world"
countries.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncWithProduction ↔ bool?
-
Whether this track's availability is synced with the default production
track.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited