GetTrendingTopicsOutput.fromJson constructor

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

Implementation

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