CoinPublicInterestsStats class

A class that represents public interest statistics for a coin.

Constructors

CoinPublicInterestsStats.fromJson(Map<String, dynamic> json)
Constructs a CoinPublicInterestsStats instance from a JSON map.

Properties

alexaRank int?
The Alexa rank of the coin's website.
final
bingMatches int?
The number of Bing matches for the coin.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the CoinPublicInterestsStats instance.
override

Operators

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