unitWithPath abstract method

ResolvedUnitResult? unitWithPath(
  1. String path
)

Return the resolved unit corresponding to the path, or null if there is no such unit.

Implementation

ResolvedUnitResult? unitWithPath(String path);