CoinPublicInterestsStats.fromJson constructor

CoinPublicInterestsStats.fromJson(
  1. Map<String, dynamic> json
)

Implementation

CoinPublicInterestsStats.fromJson(Map<String, dynamic> json)
    : this.alexaRank = Convert.toIntN(json['alexa_rank']),
      this.bingMatches = Convert.toIntN(json['bing_matches']);