GetTrendingTopicsOutput constructor
- @jsonSerializable
- required List<
TrendingTopic> topics, - required List<
TrendingTopic> suggested,
Implementation
@jsonSerializable
const factory GetTrendingTopicsOutput({
required List<TrendingTopic> topics,
required List<TrendingTopic> suggested,
}) = _GetTrendingTopicsOutput;