returns true if string only contains digits
string
static bool isDigits(String? string) => Type.isDigits(string);