SvgDebugStats constructor
const
SvgDebugStats({})
Implementation
const SvgDebugStats({
required this.domNodes,
required this.animationCount,
required this.activeAnimationCount,
required this.filterPrimitiveCount,
required this.maskCount,
required this.gradientCount,
required this.clipPathCount,
required this.javaScriptEnabled,
required this.currentTimeMs,
required this.durationMs,
});