FeedGetFeedGeneratorInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetFeedGeneratorInput({
/// AT-URI of the feed generator record.
@AtUriConverter() required AtUri feed,
Map<String, dynamic>? $unknown,
}) = _FeedGetFeedGeneratorInput;