IdeLockfileInfo constructor
const
IdeLockfileInfo({})
Implementation
const IdeLockfileInfo({
required this.workspaceFolders,
required this.port,
this.pid,
this.ideName,
this.useWebSocket = false,
this.runningInWindows = false,
this.authToken,
});