success method

Implementation

HydrateMessageResponse success(SerializedCollectionStore data) {
  return HydrateMessageResponse(
    id: id,
    data: data,
  );
}