excludeSync property

List<Package> get excludeSync

Implementation

List<Package> get excludeSync =>
    where((e) => !excludePackages.contains(e.name)).toList();