isNumericOnly property

bool get isNumericOnly

Discover if the String is numeric only

Implementation

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