menu
toon_dart package
documentation
decode/scanner.dart
LineCursor
peek method
peek method
dark_mode
light_mode
peek
method
ParsedLine
?
peek
(
)
Implementation
ParsedLine? peek() => index < lines.length ? lines[index] : null;
toon_dart package
documentation
decode/scanner
LineCursor
peek method
LineCursor class