GoogleSearchIdeahubV1betaIdea constructor

GoogleSearchIdeahubV1betaIdea({
  1. String? name,
  2. String? text,
  3. List<GoogleSearchIdeahubV1betaTopic>? topics,
})

Implementation

GoogleSearchIdeahubV1betaIdea({
  this.name,
  this.text,
  this.topics,
});