Malware constructor
Malware({
- required String name,
- String? path,
- MalwareState? state,
- MalwareType? type,
Implementation
Malware({
required this.name,
this.path,
this.state,
this.type,
});