ItemStatus constructor

ItemStatus({
  1. ItemStatus$Investments? investments,
  2. ItemStatus$Transactions? transactions,
  3. ItemStatus$LastWebhook? lastWebhook,
})

Implementation

ItemStatus({
  this.investments,
  this.transactions,
  this.lastWebhook,
});