next method

ParsedLine? next()

Implementation

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