GoogleSearchIdeahubV1betaTopic constructor

GoogleSearchIdeahubV1betaTopic({
  1. String? displayName,
  2. String? mid,
  3. String? name,
})

Implementation

GoogleSearchIdeahubV1betaTopic({
  this.displayName,
  this.mid,
  this.name,
});