LockInfo constructor
const
LockInfo({})
Implementation
const LockInfo({
required this.version,
required this.pid,
required this.isProcessRunning,
required this.execPath,
required this.acquiredAt,
required this.lockFilePath,
});