menu
env2dart package
documentation
antlr/EnvParser.dart
LineContext
NEWLINE method
NEWLINE method
dark_mode
light_mode
NEWLINE
method
TerminalNode?
NEWLINE
(
int
i
)
Implementation
TerminalNode? NEWLINE(int i) => getToken(EnvParser.TOKEN_NEWLINE, i);
env2dart package
documentation
antlr/EnvParser
LineContext
NEWLINE method
LineContext class