ftsString function

String ftsString(
  1. String string
)

Implementation

String ftsString(String string) => quoteWithDoubleQuotes(string);