Dart
dart:svg
PathElement
PathElement factory constructor
description
PathElement constructor
PathElement
(
)
Implementation
factory
PathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"path"
);