Purpose constructor

Purpose(
  1. String? id,
  2. String? name,
  3. String? descriptionText
)

Implementation

Purpose(this.id, this.name, this.descriptionText);