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