AuthIndustry constructor

AuthIndustry({
  1. int? id,
  2. String? industryName,
  3. String? defaultAvatarPictureUrl,
  4. String? pictureUrl,
  5. List<AuthServiceCatIndustry>? serviceCats,
})

Implementation

AuthIndustry({
  this.id,
  this.industryName,
  this.defaultAvatarPictureUrl,
  this.pictureUrl,
  this.serviceCats,
});