initialIndicator property

dynamic initialIndicator
final

The initial indicator for pagination, default to 1 and must not be null. Note that if you are using seek based pagination strategy, it is necessary to set this value to your own.

Implementation

final dynamic initialIndicator;