from

fun <T : Any> from(list: List<T>): PagerData<Int, T>

Creates a PagerData from a static List

Return

a PagerData with the entire list

Parameters

list

List of items