ProfileViewBasic

constructor(    did: Did,     handle: Handle,     displayName: String? = null,     avatar: Uri? = null,     associated: ProfileAssociated? = null,     viewer: ViewerState? = null,     labels: List<Label> = emptyList(),     createdAt: Timestamp? = null)