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