ProfileUpdate<T>.update constructor
const
ProfileUpdate<T>.update (
- T? data
Creates a new profile update to update data.
This method sets data
to _data
, update to true and delete to
false.
Implementation
const ProfileUpdate.update(this.data);