GraphGetSuggestedFollowsByActorOutput constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory GraphGetSuggestedFollowsByActorOutput({
@ProfileViewConverter() required List<ProfileView> suggestions,
/// If true, response has fallen-back to generic results, and is not scoped using relativeToDid
@Default(false) bool isFallback,
/// Snowflake for this recommendation, use when submitting recommendation events.
int? recId,
Map<String, dynamic>? $unknown,
}) = _GraphGetSuggestedFollowsByActorOutput;