CoinsPublicInterestStats.fromJson constructor

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

Implementation

factory CoinsPublicInterestStats.fromJson(Map<String, dynamic> json) =>
    CoinsPublicInterestStats(
      alexaRank: json['alexa_rank'],
      bingMatches: json['bing_matches'],
    );