Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content constructor

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content({
  1. bool? profile,
  2. bool? notification,
  3. bool? wallet,
  4. bool? challenge,
  5. bool? chat,
  6. bool? campaigns,
  7. bool? buttons,
  8. bool? badges,
  9. bool? leaderboard,
  10. bool? marketplace,
  11. bool? theme,
  12. bool? affiliate,
  13. Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content$marketplaceCoin? marketplaceCoin,
})

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content({
  this.profile,
  this.notification,
  this.wallet,
  this.challenge,
  this.chat,
  this.campaigns,
  this.buttons,
  this.badges,
  this.leaderboard,
  this.marketplace,
  this.theme,
  this.affiliate,
  this.marketplaceCoin,
});