isNumeric property
bool
get
isNumeric
Checks if the string contains only numeric digits.
Implementation
bool get isNumeric => v_numeric.isNumeric(this);
Checks if the string contains only numeric digits.
bool get isNumeric => v_numeric.isNumeric(this);