XFromCacheParams.from constructor
XFromCacheParams.from(
- XFromCache widget,
- SSRBuildContext context
Implementation
factory XFromCacheParams.from(XFromCache widget, SSRBuildContext context) {
return XFromCacheParams(
widget: context.cache[widget.key],
);
}