SvgDebugAnimationDescriptor constructor
const
SvgDebugAnimationDescriptor({})
Implementation
const SvgDebugAnimationDescriptor({
required this.type,
required this.attributeName,
required this.durationMs,
required this.beginMs,
required this.repeatCount,
required this.active,
});