totalCount property

  1. @Deprecated('Use `totalItemCount` of the `listViewController` instead.')
int? totalCount
final

Total number of items in the list.

Implementation

@Deprecated('Use `totalItemCount` of the `listViewController` instead.')
final int? totalCount;