isNumericOnly property
bool
get
isNumericOnly
Is this String all numeric characters?
Implementation
bool get isNumericOnly => GetUtils.isNumericOnly(this);
Is this String all numeric characters?
bool get isNumericOnly => GetUtils.isNumericOnly(this);