ComponentRuntime constructor

ComponentRuntime(
  1. Renderer renderer, {
  2. ComponentRuntime? parent,
})

Implementation

ComponentRuntime(this.renderer, {this.parent});