SafeSearchAnnotation constructor

SafeSearchAnnotation({
  1. String? adult,
  2. String? medical,
  3. String? racy,
  4. String? spoof,
  5. String? violence,
})

Implementation

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