returns true if string only contains ascii characters. (0 - 128)
string
static bool isAscii(String? string) => Type.isAscii(string);