CompanyData constructor
const
CompanyData({})
Implementation
const CompanyData({
required this.id,
this.companyIdParent,
required this.code,
required this.name,
this.imagePath,
this.description,
});
const CompanyData({
required this.id,
this.companyIdParent,
required this.code,
required this.name,
this.imagePath,
this.description,
});