FeedSendInteractionsInput constructor
- @JsonSerializable(includeIfNull: false)
- @InteractionConverter() required List<
Interaction> interactions, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedSendInteractionsInput({
@InteractionConverter() required List<Interaction> interactions,
Map<String, dynamic>? $unknown,
}) = _FeedSendInteractionsInput;