getIndex method

int? getIndex()

Returns stream index.

Implementation

int? getIndex() => this.getNumberProperty(keyIndex)?.toInt();