fieldPaths property

List<String>? fieldPaths
getter/setter pair

The list of field paths in the mask.

See Document.fields for a field path syntax reference.

Implementation

core.List<core.String>? fieldPaths;