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