isNumericOnly property

bool isNumericOnly

Discover if the String is numeric only

Implementation

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