failures property

List<String> get failures

Paths that failed processing (command returned false).

Implementation

List<String> get failures => List.unmodifiable(_failures);