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