fieldPaths property

  1. @TagNumber(1)
List<String> get fieldPaths

The list of field paths in the mask. See google.firestore.v1.Document.fields for a field path syntax reference.

Implementation

@$pb.TagNumber(1)
$core.List<$core.String> get fieldPaths => $_getList(0);