ProfileViewDetailed

constructor(did: Did, handle: Handle, displayName: String? = null, description: String? = null, avatar: Uri? = null, banner: Uri? = null, followersCount: Long? = null, followsCount: Long? = null, postsCount: Long? = null, associated: ProfileAssociated? = null, indexedAt: Timestamp? = null, viewer: ViewerState? = null, labels: ReadOnlyList<Label> = persistentListOf())