unitWithPath abstract method
Return the resolved unit corresponding to the path
, or null
if there
is no such unit.
Implementation
ResolvedUnitResult? unitWithPath(String path);
Return the resolved unit corresponding to the path
, or null
if there
is no such unit.
ResolvedUnitResult? unitWithPath(String path);