totalRecordCount property

int? get totalRecordCount

Total record count reported by the adapter for the active query, if known.

Implementation

int? get totalRecordCount => _dataSet._pagingCoordinator.totalRecordCount;