AElement constructor

AElement()

Implementation

factory AElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("a") as AElement;