GoogleSearchIdeahubV1betaIdeaActivity constructor

GoogleSearchIdeahubV1betaIdeaActivity({
  1. List<String>? ideas,
  2. String? name,
  3. List<String>? topics,
  4. String? type,
  5. String? uri,
})

Implementation

GoogleSearchIdeahubV1betaIdeaActivity({
  this.ideas,
  this.name,
  this.topics,
  this.type,
  this.uri,
});