Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet constructor

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet({
  required this.id,
  this.amount,
  this.fee,
  this.walletType,
  required this.createdAt,
  required this.updatedAt,
  this.coin,
  this.owner,
  this.target,
});