MathMLElement.mphantom constructor

MathMLElement.mphantom()

Creates a MathMLElement using the tag 'mphantom'.

Implementation

MathMLElement.mphantom()
    : _ = document.createElementNS(
        'http://www.w3.org/1998/Math/MathML',
        'mphantom',
      );