isNumericOnly method

bool isNumericOnly()

Implementation

bool isNumericOnly() => hasMatch(this, r'^\d+$');