UnspeccedGetTrendingTopicsOutput constructor
- @JsonSerializable(includeIfNull: false)
- @TrendingTopicConverter() required List<
TrendingTopic> topics, - @TrendingTopicConverter() required List<
TrendingTopic> suggested, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory UnspeccedGetTrendingTopicsOutput({
@TrendingTopicConverter() required List<TrendingTopic> topics,
@TrendingTopicConverter() required List<TrendingTopic> suggested,
Map<String, dynamic>? $unknown,
}) = _UnspeccedGetTrendingTopicsOutput;