hasOverlay method

bool hasOverlay(
  1. String path
)

Return true if there is an overlay associated with the file at the given path.

Implementation

bool hasOverlay(String path) => _overlays.containsKey(path);