isInt property

bool get isInt

Checks if the string is an integer.

Implementation

bool get isInt => isDigit();