ProfileUpdate<T>.delete constructor

const ProfileUpdate<T>.delete()

Creates a new profile update to delete data.

This method sets data to null, isUpdate to false and isDelete to true.

Implementation

const ProfileUpdate.delete() : data = null;