Holding constructor
const
Holding({})
Implementation
const Holding({
required this.assetId,
required this.symbol,
required this.name,
required this.assetClass,
required this.quantity,
required this.currentValue,
required this.gainLoss,
required this.gainLossPercent,
this.logoUrl,
});