pos property

int? pos
final

The positional index of the IRI part, used when the IRI is constructed from multiple unnamed parts, typically for record types in custom mappers.

Starts from 1 for the first part, 2 for the second, and so on - in sync with the .$1, .$2 syntax for accessing the first, second etc. part of a record.

Implementation

final int? pos;