RenderMetadata constructor

RenderMetadata({
  1. CloudRunRenderMetadata? cloudRun,
  2. CustomMetadata? custom,
})

Implementation

RenderMetadata({
  this.cloudRun,
  this.custom,
});