ProfileNode constructor
ProfileNode({})
Implementation
ProfileNode({
required this.id,
required this.callFrame,
this.hitCount,
this.children,
this.deoptReason,
this.positionTicks,
});
ProfileNode({
required this.id,
required this.callFrame,
this.hitCount,
this.children,
this.deoptReason,
this.positionTicks,
});