Cursor constructor
Cursor(
- Connection _conn,
- Query _query,
- Map _opts
Implementation
Cursor(this._conn, this._query, this._opts);
Cursor(this._conn, this._query, this._opts);