CheckTechHabilite constructor

CheckTechHabilite(
  1. int id,
  2. String titre,
  3. String subtitre,
  4. int order,
  5. bool pour_coupure,
)

Implementation

CheckTechHabilite(this.id, this.titre, this.subtitre, this.order, this.pour_coupure);