data property

Ref<List<T>> data
final

The fetched data for the current page. It is a Ref.

Implementation

final Ref<List<T>> data = ref([]);