isNumericOnly property

bool get isNumericOnly

Implementation

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