Sucursale constructor
Sucursale({})
Implementation
Sucursale({
this.code,
this.description,
this.address,
this.companyCode,
this.isDisabled,
this.createdAt,
this.createdBy,
this.writeAt,
this.writeBy,
});