Feature constructor
Feature({})
Implementation
Feature({
required this.id,
required this.title,
required this.status,
required this.description,
required this.files,
this.detailFile,
});
Feature({
required this.id,
required this.title,
required this.status,
required this.description,
required this.files,
this.detailFile,
});