GoogleSearchIdeahubV1betaIdeaState constructor

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

Implementation

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