IndustryModel constructor

IndustryModel({
  1. int? id,
  2. String? industryName,
  3. String? defaultAvatarPictureUrl,
})

Implementation

IndustryModel({this.id, this.industryName, this.defaultAvatarPictureUrl});