menu
form_gen package
documentation
annotations/validations.dart
isInt function
isInt function
brightness_4
brightness_5
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