BusinessDataItem constructor
BusinessDataItem({})
Implementation
BusinessDataItem({
this.businessId,
this.createdBy,
this.dateCreated,
this.dateUpdated,
this.deleted,
this.description,
this.id,
this.name,
this.displayName,
this.status,
this.updatedBy,
this.enabled,
this.indexNo = 0,
}) {
deviceName = Platform.localHostname;
}