menu
ssn package
documentation
ai/ai_calculator_app.dart
Parser
match method
match method
dark_mode
light_mode
match
method
bool
match
(
String
c
)
Implementation
bool match(String c) { if (i < s.length && s[i] == c) { i++; return true; } return false; }
ssn package
documentation
ai/ai_calculator_app
Parser
match method
Parser class