isNumericOnly property
bool
get
isNumericOnly
Discover if the String is numeric only
Implementation
bool get isNumericOnly => GetUtils.isNumericOnly(this);
Discover if the String is numeric only
bool get isNumericOnly => GetUtils.isNumericOnly(this);