SafeSearchAnnotation constructor

SafeSearchAnnotation(
  1. {SafeSearchDetectionType adult = SafeSearchDetectionType.UNKNOWN,
  2. SafeSearchDetectionType medical = SafeSearchDetectionType.UNKNOWN,
  3. SafeSearchDetectionType racy = SafeSearchDetectionType.UNKNOWN,
  4. SafeSearchDetectionType spoof = SafeSearchDetectionType.UNKNOWN,
  5. SafeSearchDetectionType violence = SafeSearchDetectionType.UNKNOWN}
)

Implementation

SafeSearchAnnotation({
  this.adult = SafeSearchDetectionType.UNKNOWN,
  this.medical = SafeSearchDetectionType.UNKNOWN,
  this.racy = SafeSearchDetectionType.UNKNOWN,
  this.spoof = SafeSearchDetectionType.UNKNOWN,
  this.violence = SafeSearchDetectionType.UNKNOWN,
});