menu
ucum package
documentation
foundation/lexer.dart
Lexer
getTokenAsInt method
getTokenAsInt method
dark_mode
light_mode
getTokenAsInt
method
int
getTokenAsInt
(
)
Implementation
int getTokenAsInt() { return int.parse(token!.substring(token!.startsWith('+') ? 1 : 0)); }
ucum package
documentation
foundation/lexer
Lexer
getTokenAsInt method
Lexer class