$ContentStreamTypeTargetingOptionDetails.fromJson constructor

$ContentStreamTypeTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

$ContentStreamTypeTargetingOptionDetails.fromJson(core.Map json_)
    : this(
        contentStreamType: json_.containsKey('contentStreamType')
            ? json_['contentStreamType'] as core.String
            : null,
      );