Empresa constructor
Empresa({})
Implementation
Empresa({
this.code,
this.description,
this.businessName,
this.businessDoc,
this.address,
this.isDisabled,
this.comment,
this.imageLocation,
this.createdAt,
this.createdBy,
this.writeAt,
this.writeBy,
});