trackedFiles property

List<String> get trackedFiles

Get the list of tracked file paths.

Implementation

List<String> get trackedFiles => fileStates.keys.toList();