Labeler View
data class LabelerView(val uri: AtUri, val cid: Cid, val creator: ProfileView, val likeCount: Long? = null, val viewer: LabelerViewerState? = null, val indexedAt: Timestamp, val labels: ReadOnlyList<Label> = persistentListOf())
Constructors
Link copied to clipboard
constructor(uri: AtUri, cid: Cid, creator: ProfileView, likeCount: Long? = null, viewer: LabelerViewerState? = null, indexedAt: Timestamp, labels: ReadOnlyList<Label> = persistentListOf())