$ExchangeConfigEnabledExchange.fromJson constructor
$ExchangeConfigEnabledExchange.fromJson(
- Map json_
Implementation
$ExchangeConfigEnabledExchange.fromJson(core.Map json_)
: this(
exchange: json_['exchange'] as core.String?,
googleAdManagerAgencyId:
json_['googleAdManagerAgencyId'] as core.String?,
googleAdManagerBuyerNetworkId:
json_['googleAdManagerBuyerNetworkId'] as core.String?,
seatId: json_['seatId'] as core.String?,
);