Escapes and quotes a String using single quotes.
String quoteWithSingleQuotes(String string) => "'${escapeSingleQuotes(string)}'";