Task constructor
const
Task({})
Implementation
const Task({
required super.name,
super.metaData,
this.issueIds,
this.prdIds,
this.mockupIds,
this.prototypeIds,
});
const Task({
required super.name,
super.metaData,
this.issueIds,
this.prdIds,
this.mockupIds,
this.prototypeIds,
});