Escapes and quotes a String using double quotes.
String quoteWithDoubleQuotes(String string) => "\"${string.replaceAll("\"", "\"\"")}\"";