xcodeUri top-level property
Uri
get
xcodeUri
The directory where Xcode's APIs are installed.
This is the result of the command xcode-select -p.
Implementation
Uri get xcodeUri => Uri.directory(xcodePath);