data property

T? data
final

Returns the data associated with this update.

If isUpdate is true, this will return the actual data to be used by the update. If isDelete is true instead, data will always be null.

Implementation

final T? data;