ProfileAssociated constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory ProfileAssociated({
/// The unique namespace for this lex object.
///
/// `app.bsky.actor.defs#profileAssociated`
@Default(appBskyActorDefsProfileAssociated)
@JsonKey(name: r'$type')
String $type,
@Default(0) int lists,
@Default(0) int feedgens,
@Default(0) int starterPacks,
@Default(false) bool labeler,
@ProfileAssociatedChatConverter() ProfileAssociatedChat? chat,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _ProfileAssociated;