UserModel constructor

UserModel({
  1. int? id,
  2. String goutDuChefId = '',
  3. String photoPath = '',
  4. String userName = '',
  5. String authKey = '',
  6. int groupeUserId = Constant.chant_Chorale_et_Groupe_APP_Abonne_05,
  7. String motDePasse = '',
  8. String nomComplet = '',
  9. bool activeYN = false,
  10. String? idAppFireBase,
  11. String? idFirebaseToken,
  12. String jWTToken = '',
  13. String? lastLogin = '',
  14. bool connecterYN = false,
  15. String? dateCreated = '',
})

Implementation

UserModel({
  this.id,
  this.goutDuChefId = '',
  this.photoPath = '',
  this.userName = '',
  this.authKey = '',
  this.groupeUserId = Constant.chant_Chorale_et_Groupe_APP_Abonne_05,
  this.motDePasse = '',
  this.nomComplet = '',
  this.activeYN = false,
  this.idAppFireBase,
  this.idFirebaseToken,
  this.jWTToken = '',
  this.lastLogin = '',
  this.connecterYN = false,
  //this.isAdminPrivilege = false,
  this.dateCreated = '',
});