$SelectedInventories constructor

$SelectedInventories({
  1. bool? allowDiscover,
  2. bool? allowGmail,
  3. bool? allowGoogleDisplayNetwork,
  4. bool? allowYoutubeFeed,
  5. bool? allowYoutubeShorts,
  6. bool? allowYoutubeStream,
})

Implementation

$SelectedInventories({
  this.allowDiscover,
  this.allowGmail,
  this.allowGoogleDisplayNetwork,
  this.allowYoutubeFeed,
  this.allowYoutubeShorts,
  this.allowYoutubeStream,
});