Fonction constructor

Fonction({
  1. required bool ajouter,
  2. required bool modifier,
  3. required bool consulter,
  4. required String title,
})

Implementation

Fonction({
  required this.ajouter,
  required this.modifier,
  required this.consulter,
  required this.title
});