uncommittedFileChanges property

List<UncommittedFileChange>? uncommittedFileChanges
getter/setter pair

A list of all files which have uncommitted Git changes.

There will only be a single entry for any given file.

Implementation

core.List<UncommittedFileChange>? uncommittedFileChanges;