RenderMetadata constructor
RenderMetadata({
- CloudRunRenderMetadata? cloudRun,
- CustomMetadata? custom,
Implementation
RenderMetadata({
this.cloudRun,
this.custom,
});