Industries constructor
Industries({})
Returns a new Industries instance.
Implementation
Industries({
this.dateCreated,
this.lastUpdated,
this.industryId,
required this.industryName,
required this.shortName,
this.slug,
this.naiscCode,
this.description,
});