queryReplace method

String queryReplace()

Implementation

String queryReplace() => (this ?? "").replaceAll("\"", "'").replaceAll("'", "\\'");