ItemStatus constructor

ItemStatus({
  1. ItemStatusInvestments? investments,
  2. ItemStatusTransactions? transactions,
  3. ItemStatusLastWebhook? lastWebhook,
})

Implementation

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