Software constructor
const
Software({})
Implementation
const Software({
this.name = "",
this.version = const Version(),
this.path = "",
this.icon,
this.text,
this.page,
this.size,
this.hardwareVersion,
this.minHardwareVersion,
this.maxHardwareVersion,
});