isInt property
bool
get
isInt
Check if the string is an integer
Implementation
bool get isInt => RegexUtils.integer.hasMatch(this);
Check if the string is an integer
bool get isInt => RegexUtils.integer.hasMatch(this);