fileOperations property

Map<String, FileOperation>? fileOperations
getter/setter pair

A map to the path of the file to the operation.

The path is the full file path including filename, from repository root.

Optional.

Implementation

core.Map<core.String, FileOperation>? fileOperations;