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