SpectraTask constructor
SpectraTask({})
Implementation
SpectraTask({
required this.id,
required this.type,
required this.name,
required this.files,
required this.objective,
required this.verification,
required this.acceptance,
});