GoogleSearchIdeahubV1betaTopicState constructor

GoogleSearchIdeahubV1betaTopicState({
  1. bool? dismissed,
  2. String? name,
  3. bool? saved,
})

Implementation

GoogleSearchIdeahubV1betaTopicState({
  this.dismissed,
  this.name,
  this.saved,
});