FeedGetFeedGeneratorsInput constructor

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

Implementation

@JsonSerializable(includeIfNull: false)
const factory FeedGetFeedGeneratorsInput({
  required List<String> feeds,

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