Run constructor

Run({
  1. String? runId,
})

Implementation

Run({
  this.runId,
});