n1ql property

String? n1ql

The N1QL string of this query.

This value can be used to recreate this query with SyncQuery.fromN1ql or AsyncQuery.fromN1ql.

Is null, if this query was created through the builder API or from the JSON representation.

Implementation

String? get n1ql;