FeedGetFeedGeneratorInput constructor

  1. @JsonSerializable.new(includeIfNull: false)
const FeedGetFeedGeneratorInput({
  1. required String feed,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory FeedGetFeedGeneratorInput({
  /// AT-URI of the feed generator record.
  required String feed,

  Map<String, dynamic>? $unknown,
}) = _FeedGetFeedGeneratorInput;