mqlBinary property

  1. @TagNumber(4)
List<List<int>> get mqlBinary

A MongoDB aggregation pipeline as a list of BSON documents, where each document is one stage in the pipeline.

Implementation

@$pb.TagNumber(4)
$core.List<$core.List<$core.int>> get mqlBinary => $_getList(3);