isNumericOnly property

bool get isNumericOnly

Discover if the String is numeric only

Implementation

bool get isNumericOnly => GetUtils.isNumericOnly(this);