TrackTargetedCountry.fromJson constructor
TrackTargetedCountry.fromJson(
- Map json_
Implementation
TrackTargetedCountry.fromJson(core.Map json_)
: this(
countryCode: json_.containsKey('countryCode')
? json_['countryCode'] as core.String
: null,
);