ListState

constructor(loading: Boolean = true, data: MutableList<ListModel> = mutableListOf(), error: Throwable? = null)