ProfileUpdate<T>.delete constructor
const
ProfileUpdate<T>.delete ()
Creates a new profile update to delete data.
This method sets data to null, update to false and delete to true.
Implementation
const ProfileUpdate.delete() : data = null;