Division constructor
Division({})
Implementation
Division({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.status,
this.code,
this.externalCode,
this.name,
this.description,
});
Division({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.status,
this.code,
this.externalCode,
this.name,
this.description,
});