isInt property

bool get isInt

Check if the string is an integer

Implementation

bool get isInt => RegexUtils.integer.hasMatch(this);