FeedGetFeedGeneratorsInput constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetFeedGeneratorsInput({
required List<String> feeds,
Map<String, dynamic>? $unknown,
}) = _FeedGetFeedGeneratorsInput;