RenderMetadata constructor

RenderMetadata({
  1. CloudRunRenderMetadata? cloudRun,
})

Implementation

RenderMetadata({
  this.cloudRun,
});