Cursor constructor

Cursor(
  1. Connection _conn,
  2. Query _query,
  3. Map _opts
)

Implementation

Cursor(this._conn, this._query, this._opts);