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