UserModel constructor
UserModel({
- int? id,
- String goutDuChefId = '',
- String photoPath = '',
- String userName = '',
- String authKey = '',
- int groupeUserId = Constant.chant_Chorale_et_Groupe_APP_Abonne_05,
- String motDePasse = '',
- String nomComplet = '',
- bool activeYN = false,
- String? idAppFireBase,
- String? idFirebaseToken,
- String jWTToken = '',
- String? lastLogin = '',
- bool connecterYN = false,
- 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 = '',
});