fields property

  1. @TagNumber(2)
List<StructuredQuery_FieldReference> get fields

The fields to return.

If empty, all fields are returned. To only return the name of the document, use ['__name__'].

Implementation

@$pb.TagNumber(2)
$core.List<StructuredQuery_FieldReference> get fields => $_getList(0);