Converts a string to lowercase.
string
String toLowerCase(String string) => _toLetterCase(string, _lowerCaseList);