defaultIndex property

String defaultIndex
final

The default index.

In cases where a formatter such as %n, or even just % is used, this value will be used to fill out the index.

Indices start at 1.

Implementation

final String defaultIndex;