firstPosition property

int firstPosition

The first position of this entity, as an zero-based offset in the file it was read from.

Instead of returning null, this getter may throw for entities where hasSpan is false.

Implementation

int get firstPosition;