pendingPaths property

List<String> get pendingPaths

Most recent paths coalesced into the current debounce window.

Implementation

List<String> get pendingPaths => List<String>.unmodifiable(_pendingPaths);