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