AssetInfoScreenerSchema constructor
const
AssetInfoScreenerSchema({})
Implementation
const AssetInfoScreenerSchema({
this.circulatingSupply,
required this.id,
required this.name,
required this.symbol,
required this.totalSupply,
});