IPagedList

interface IPagedList<out T>

Inheritors

Properties

Link copied to clipboard
abstract val list: List<T>
Link copied to clipboard
abstract val total: Long