BeuiToken constructor
const
BeuiToken({})
Creates a token.
Implementation
const BeuiToken({
required this.id,
required this.symbol,
required this.name,
required this.chainId,
this.address,
this.balance,
this.usd,
this.trending = false,
this.popular = false,
});