Market class

Market data wrapper

Constructors

Market.fromJson(Map<String, dynamic> json)

Properties

ath double?
All Time High
final
athChangePercentage double?
All Time High change percentage
final
athDate DateTime?
All Time High date
final
atl double?
All Time Low
final
atlChangePercentage double?
All Time Low change percentage
final
atlDate DateTime?
All Time Low date
final
circulatingSupply double?
Circulating supply
final
currentPrice double?
Current price
final
fullyDilutedValuation double?
Fully Diluted Valuation
final
hashCode int
The hash code for this object.
no setterinherited
high24h double?
High in 24 hours
final
id String
Market identifier
final
image String?
Market image
final
lastUpdated DateTime?
The moment at which the data was updated
final
low24h double?
Low in 24 hours
final
marketCap double?
Market capitalization
final
marketCapChange24h double?
Market capitalization change in 24 hours
final
marketCapChangePercentage24h double?
Market capitalization change percentage in 24 hours
final
marketCapRank int?
Market capitalization rank
final
maxSupply double?
Max supply
final
name String
Market name
final
priceChange24h double?
Price change in 24 hours
final
priceChangePercentage1hInCurrency double?
Price change percentage in currency in 1 hour
final
priceChangePercentage1yInCurrency double?
Price change percentage in currency in 1 year
final
priceChangePercentage7dInCurrency double?
Price change percentage in currency in 7 days
final
priceChangePercentage14dInCurrency double?
Price change percentage in currency in 14 days
final
priceChangePercentage24h double?
Price change percentage in 24 hours
final
priceChangePercentage24hInCurrency double?
Price change percentage in currency in 24 hours
final
priceChangePercentage30dInCurrency double?
Price change percentage in currency in 30 days
final
priceChangePercentage200dInCurrency double?
Price change percentage in currency in 200 days
final
roi double?
Return On Investment (profitability or efficiency of investment)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sparklineIn7d MarketSparkline?
Sparkline in 7 days
final
symbol String
Market symbol
final
totalSupply double?
Total supply
final
totalVolume double?
Total volume
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