PerformanceTimePoint constructor

PerformanceTimePoint(
  1. String name,
  2. String widgetName,
  3. RenderContext<LoadInstanceContext> context
)

Implementation

PerformanceTimePoint(this.name, this.widgetName, RenderContext context) {
  engineMonitor = context.engineMonitor;
}