ProfileAssociated constructor
- @JsonSerializable(includeIfNull: false)
- @Default('app.bsky.actor.defs#profileAssociated') String $type,
- int? lists,
- int? feedgens,
- int? starterPacks,
- bool? labeler,
- @ProfileAssociatedChatConverter() ProfileAssociatedChat? chat,
- @ProfileAssociatedActivitySubscriptionConverter() ProfileAssociatedActivitySubscription? activitySubscription,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory ProfileAssociated({
@Default('app.bsky.actor.defs#profileAssociated') String $type,
int? lists,
int? feedgens,
int? starterPacks,
bool? labeler,
@ProfileAssociatedChatConverter() ProfileAssociatedChat? chat,
@ProfileAssociatedActivitySubscriptionConverter()
ProfileAssociatedActivitySubscription? activitySubscription,
Map<String, dynamic>? $unknown,
}) = _ProfileAssociated;