HomePurposeType constructor

HomePurposeType({
  1. int? id,
  2. String? label,
  3. String? shortDescription,
  4. String? pictureUrl,
})

Implementation

HomePurposeType({
  this.id,
  this.label,
  this.shortDescription,
  this.pictureUrl,
});