toBytes method

ByteData toBytes()

Implementation

ByteData toBytes()  {
  _CData res = _CPackedSearchQuery_toBytes(_CPackedSearchQueryMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}