isChanged method

bool isChanged(
  1. String path
)

Implementation

bool isChanged(String path) => modified.any((e) => e.startsWith(path));