CollectibleItemInfo constructor
CollectibleItemInfo({})
Implementation
CollectibleItemInfo({
required this.purchaseDate,
required this.currency,
required this.amount,
required this.cryptocurrency,
required this.cryptocurrencyAmount,
required this.url,
});