ItemStatusNullable constructor

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

Implementation

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