AssetInfoSchema constructor
const
AssetInfoSchema({
- String? balance,
- required bool blacklisted,
- required bool community,
- required String contractAddress,
- required int decimals,
- required bool defaultSymbol,
- required bool deprecated,
- String? dexPriceUsd,
- String? dexUsdPrice,
- String? displayName,
- String? imageUrl,
- required AssetKindSchema kind,
- required int priority,
- required String symbol,
- required List<
String> tags, - required bool taxable,
- String? thirdPartyPriceUsd,
- String? thirdPartyUsdPrice,
- String? walletAddress,
Implementation
const AssetInfoSchema({
this.balance,
required this.blacklisted,
required this.community,
required this.contractAddress,
required this.decimals,
required this.defaultSymbol,
required this.deprecated,
this.dexPriceUsd,
this.dexUsdPrice,
this.displayName,
this.imageUrl,
required this.kind,
required this.priority,
required this.symbol,
required this.tags,
required this.taxable,
this.thirdPartyPriceUsd,
this.thirdPartyUsdPrice,
this.walletAddress,
});