updatePartially method Null safety
- String? correlationId,
- K? id,
- AnyValueMap? data
Updates only few selected fields in a data item.
correlation_id
(optional) transaction id to trace execution through call chain.id
an id of data item to be updated.data
a map with fields to be updated. Return Future that receives updated item Throws error.