NftCollectionData class

A class representing data for an NFT collection.

Constructors

NftCollectionData.fromJson(Map<String, dynamic> json)
Constructs an instance of NftCollectionData from a JSON object.

Properties

assetPlatformId String
The asset platform ID of the NFT collection.
final
contractAddress String
The contract address of the NFT collection.
final
description String
The description of the NFT collection.
final
explorers List<ExplorerInfo>?
The list of block explorer links for the NFT collection.
final
floorPrice NativeCurrencyUsdData
The floor price of the NFT collection.
final
floorPrice1yPercentageChange NativeCurrencyUsdData
The 1-year percentage change in floor price.
final
floorPrice7dPercentageChange NativeCurrencyUsdData
The 7-day percentage change in floor price.
final
floorPrice14dPercentageChange NativeCurrencyUsdData
The 14-day percentage change in floor price.
final
floorPrice24hPercentageChange NativeCurrencyUsdData
The 24-hour percentage change in floor price.
final
floorPrice30dPercentageChange NativeCurrencyUsdData
The 30-day percentage change in floor price.
final
floorPrice60dPercentageChange NativeCurrencyUsdData
The 60-day percentage change in floor price.
final
floorPriceInUsd24hPercentageChange double
The 24-hour percentage change in floor price in USD.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the NFT collection.
final
image ImageInfo?
The image associated with the NFT collection.
final
The links associated with the NFT collection.
final
marketCap NativeCurrencyUsdData
The market cap of the NFT collection.
final
marketCap24PercentageChange NativeCurrencyUsdData
The 24-hour percentage change in market cap.
final
name String
The name of the NFT collection.
final
nativeCurrency String
The native currency of the NFT collection.
final
nativeCurrencySymbol String
The symbol of the native currency of the NFT collection.
final
numberOfUniqueAddresses int?
The number of unique addresses owning the NFTs.
final
numberOfUniqueAddresses24hPercentageChange double?
The 24-hour percentage change in the number of unique addresses owning the NFTs.
final
oneDayAverageSalePrice double
The one-day average sale price of the NFT collection.
final
oneDayAverageSalePrice24hPercentageChange double
The 24-hour percentage change in one-day average sale price.
final
oneDaySales double
The one-day sales of the NFT collection.
final
oneSaySales24hPercentageChange double
The 24-hour percentage change in one-day sales.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
The symbol of the NFT collection.
final
totalSupply double
The total supply of the NFT collection.
final
volume24h NativeCurrencyUsdData
The 24-hour volume of the NFT collection.
final
volume24hPercentageChange NativeCurrencyUsdData
The 24-hour percentage change in volume.
final
volumeInUsd24hPercentageChange double
The 24-hour percentage change in volume in USD.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited