AssetQuote constructor
const
AssetQuote({})
Implementation
const AssetQuote({
required this.symbol,
required this.name,
required this.price,
required this.changePercent,
this.change24h,
this.logoUrl,
});
const AssetQuote({
required this.symbol,
required this.name,
required this.price,
required this.changePercent,
this.change24h,
this.logoUrl,
});