AppUserData constructor
const
AppUserData({})
Implementation
const AppUserData({
required this.id,
required this.userName,
required this.email,
required this.fullName,
required this.encryptedPassword,
required this.enabled,
required this.activated,
this.accessToken,
this.employeeId,
this.lastActiveDatetime,
required this.isSystemUser,
this.imagePath,
});