paths property

List<String>? paths
getter/setter pair

Full file paths to commit including filename, rooted at workspace root.

If left empty, all files will be committed.

Optional.

Implementation

core.List<core.String>? paths;