isDigits property

bool get isDigits

Implementation

bool get isDigits => matchRegExp("$_digits$_space$_punctuation");