UnspeccedGetPopularFeedGeneratorsInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory UnspeccedGetPopularFeedGeneratorsInput({
@Default(50) int limit,
String? cursor,
String? query,
Map<String, dynamic>? $unknown,
}) = _UnspeccedGetPopularFeedGeneratorsInput;