fromJsonModel static method

TrendingPopularList fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static TrendingPopularList fromJsonModel(Map<String, dynamic> json) => TrendingPopularList.fromJson(json);