ActorGetSuggestionsOutput constructor
- @JsonSerializable(includeIfNull: false)
- String? cursor,
- @ProfileViewConverter() required List<
ProfileView> actors, - int? recId,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory ActorGetSuggestionsOutput({
String? cursor,
@ProfileViewConverter() required List<ProfileView> actors,
/// Snowflake for this recommendation, use when submitting recommendation events.
int? recId,
Map<String, dynamic>? $unknown,
}) = _ActorGetSuggestionsOutput;