getOneById method Null safety
- String? correlationId,
- K id
override
Gets a data item by its unique id.
correlationId
(optional) transaction id to trace execution through call chain.id
an id of data item to be retrieved. Return a requested data item or `null if nothing was found.