ProfileDetailModel constructor
ProfileDetailModel({})
Implementation
ProfileDetailModel({
this.userName,
this.firstName,
this.lastName,
this.name,
this.email,
this.secretKey,
this.profilePicture,
this.id,
this.userId,
});