IMPORTANT: Not part of 'dart:svg'.
factory SvgElement.internal(Document? document, String tag) { return _SvgElementImpl(document ?? window.document, tag); }