menu
form_gen package
documentation
annotations/validations.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) => _int.hasMatch(str);
form_gen package
documentation
annotations/validations
isInt function
validations library