CoinsCurrentPublicInterestStats.fromJson constructor

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

Implementation

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