Generate random string by numeric.
String stringNumeric(int length) { const chars = "1234567890"; return string(chars, length); }