step method

void step()

Applies the next step, if there is one.

Implementation

void step() => seek(_position + 1);