peek method

ParsedLine? peek()

Implementation

ParsedLine? peek() => index < lines.length ? lines[index] : null;