ToolStatus constructor
ToolStatus({})
Implementation
ToolStatus({
required this.name,
required this.isInstalled,
this.version,
this.installInstructions,
this.isRequired = false,
});
ToolStatus({
required this.name,
required this.isInstalled,
this.version,
this.installInstructions,
this.isRequired = false,
});