menu
json_sqlite package
documentation
sqlite.dart
quoteWithDoubleQuotes function
quoteWithDoubleQuotes function
dark_mode
light_mode
quoteWithDoubleQuotes
function
String
quoteWithDoubleQuotes
(
String
string
)
Implementation
String quoteWithDoubleQuotes(String string) => "\"${string.replaceAll("\"", "\"\"")}\"";
json_sqlite package
documentation
sqlite
quoteWithDoubleQuotes function
sqlite library