FeedSendInteractionsInput constructor

  1. @JsonSerializable(includeIfNull: false)
const FeedSendInteractionsInput({
  1. @InteractionConverter() required List<Interaction> interactions,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory FeedSendInteractionsInput({
  @InteractionConverter() required List<Interaction> interactions,

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