menu
validators2 package
documentation
validators.dart
isInt function
isInt function
dark_mode
light_mode
isInt
function
bool
isInt
(
String
str
)
check if the string
str
is an integer
Implementation
bool isInt(String str) { return _int.hasMatch(str); }
validators2 package
documentation
validators
isInt function
validators library