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