isFav method

bool isFav(
  1. String path
)

Implementation

bool isFav(String path) {
  return _box!.values.contains(path);
}