vsInstallPath property

String? vsInstallPath
final

Path to the Visual Studio or Build Tools installation root.

Example: r'C:\Program Files\Microsoft Visual Studio\18\Community'

When null (default), the builder auto-detects via vswhere.exe, then falls back to well-known installation paths.

Implementation

final String? vsInstallPath;