current method

ParsedLine? current()

Implementation

ParsedLine? current() => index > 0 ? lines[index - 1] : null;