PriceInfo class

Price info data wrapper

Constructors

PriceInfo.fromJson(String id, Map<String, dynamic> _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Price info identifier
final
lastUpdatedAt DateTime
The moment at which the data was last updated
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get24hChangeIn(String vsCurrency) double?
get24hVolIn(String vsCurrency) double?
getMarketCapIn(String vsCurrency) double?
getPriceIn(String vsCurrency) double?
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