menu
claid package
documentation
module/module.dart
parseInt function
parseInt function
dark_mode
light_mode
parseInt
function
int
parseInt
(
String
?
intStr
)
Implementation
int parseInt(String? intStr) { return int.parse(intStr!); }
claid package
documentation
module/module
parseInt function
module library