$SensitiveCategoryAssignedTargetingOptionDetails.fromJson constructor

$SensitiveCategoryAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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