PublicInterestStats.fromJson constructor

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

Implementation

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