CoinPublicInterestsStats.fromJson constructor
Constructs a CoinPublicInterestsStats instance from a JSON map.
The json
parameter is a map containing the data to be converted.
Implementation
CoinPublicInterestsStats.fromJson(Map<String, dynamic> json)
: this.alexaRank = Convert.toIntN(json['alexa_rank']),
this.bingMatches = Convert.toIntN(json['bing_matches']);