isRemoved method

bool isRemoved(
  1. String path
)

Implementation

bool isRemoved(String path) => removed.contains(path);