isRowCountApproximate property

  1. @override
bool isRowCountApproximate
override

Called to establish if rowCount is a precise number or might be an over-estimate. If this returns true (i.e. the count is approximate), and then later the exact number becomes available, then call notifyListeners.

Implementation

@override
bool get isRowCountApproximate => false;