isAdded method

bool isAdded(
  1. String path
)

Implementation

bool isAdded(String path) => added.contains(path);