Query constructor
Query({})
Creates a Query from NativePort message data.
This is called internally by Queryable stream handler.
Implementation
Query({
required this._handle,
required this.keyExpr,
required this.parameters,
this.payloadBytes,
this.attachmentBytes,
});