$ExchangeTargetingOptionDetails.fromJson constructor

$ExchangeTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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