TrendingLocationData.fromJson constructor

TrendingLocationData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory TrendingLocationData.fromJson(Map<String, Object?> json) =>
    _$TrendingLocationDataFromJson(json);