total property

Ref<int> total
final

The total number of items across all pages. It is a Ref.

Implementation

final Ref<int> total = ref(0);