loadStrategy property

  1. @visibleForTesting
  2. @protected
LoadStrategy get loadStrategy

The loading strategy by which KeysetPagination is working.

Implementation

@visibleForTesting
@protected
LoadStrategy get loadStrategy => LoadStrategy.concurrent;