ItemStatus constructor
ItemStatus({
- ItemStatusInvestments? investments,
- ItemStatusTransactions? transactions,
- ItemStatusLastWebhook? lastWebhook,
Implementation
ItemStatus({
this.investments,
this.transactions,
this.lastWebhook,
});