RootRenderViewModel constructor

RootRenderViewModel(
  1. int id,
  2. int instanceId,
  3. String className,
  4. RenderContext<LoadInstanceContext> context,
  5. RootWidgetViewModel? _rootWidgetViewModel,
)

Implementation

RootRenderViewModel(
  int id,
  int instanceId,
  String className,
  RenderContext context,
  this._rootWidgetViewModel,
) : super(id, instanceId, className, context);