escapeSQL property

String get escapeSQL

Implementation

String get escapeSQL {
  if (!this._shouldEscapeSQL) return this;
  return this.quoted;
}