ProfileViewDetailed constructor
- @JsonSerializable(includeIfNull: false)
const
ProfileViewDetailed(
{ - @Default('app.bsky.actor.defs#profileViewDetailed') String $type,
- required String did,
- required String handle,
- String? displayName,
- String? description,
- String? pronouns,
- String? website,
- String? avatar,
- String? banner,
- int? followersCount,
- int? followsCount,
- int? postsCount,
- @ProfileAssociatedConverter() ProfileAssociated? associated,
- @StarterPackViewBasicConverter() StarterPackViewBasic? joinedViaStarterPack,
- DateTime? indexedAt,
- DateTime? createdAt,
- @ViewerStateConverter() ViewerState? viewer,
- @LabelConverter() List<Label>? labels,
- @RepoStrongRefConverter() RepoStrongRef? pinnedPost,
- @VerificationStateConverter() VerificationState? verification,
- @StatusViewConverter() StatusView? status,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ProfileViewDetailed({
@Default('app.bsky.actor.defs#profileViewDetailed') String $type,
required String did,
required String handle,
String? displayName,
String? description,
String? pronouns,
String? website,
String? avatar,
String? banner,
int? followersCount,
int? followsCount,
int? postsCount,
@ProfileAssociatedConverter() ProfileAssociated? associated,
@StarterPackViewBasicConverter() StarterPackViewBasic? joinedViaStarterPack,
DateTime? indexedAt,
DateTime? createdAt,
@ViewerStateConverter() ViewerState? viewer,
@LabelConverter() List<Label>? labels,
@RepoStrongRefConverter() RepoStrongRef? pinnedPost,
@VerificationStateConverter() VerificationState? verification,
@StatusViewConverter() StatusView? status,
Map<String, dynamic>? $unknown,
}) = _ProfileViewDetailed;