Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration constructor

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration({
  1. Enum$WalletTypeEnum? walletType,
  2. Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet? wallet,
  3. String? amount,
})

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration({
  this.walletType,
  this.wallet,
  this.amount,
});