ContentList

data class ContentList(val name: String, val paging: Flow<PagingData<ContentItemModel>>)

Content list

Constructors

Link copied to clipboard
constructor(name: String, paging: Flow<PagingData<ContentItemModel>>)

Properties

Link copied to clipboard

List name to show in the selector

Link copied to clipboard

A Paging flow containing the content items