isNumericOnly method

bool isNumericOnly()

Implementation

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