DetectedIDEInfo constructor
const
DetectedIDEInfo({})
Implementation
const DetectedIDEInfo({
required this.name,
required this.port,
required this.workspaceFolders,
required this.url,
required this.isValid,
this.authToken,
this.ideRunningInWindows,
});