data property
T?
data
final
Returns the data associated with this update.
If update is true, this will return the actual data to be used by the update. If delete is true instead, data will always be null.
Implementation
final T? data;