additionalSqliteKeywords top-level constant

Set<String> const additionalSqliteKeywords

A set of keywords that need to be escaped on sqlite and aren't contained in baseKeywords.

Implementation

const additionalSqliteKeywords = <String>{};