factory UserProfileData({ String? userName, String? fullName, String? email, }) = _UserProfileDataImpl;