DataItem constructor
DataItem({})
Implementation
DataItem({
this.id,
this.displayName,
this.name,
this.description,
this.createdBy,
this.status,
this.dateCreated,
this.dateUpdated,
this.itemSequence,
});