MathMLElement.mrow constructor

MathMLElement.mrow()

Creates a MathMLElement using the tag 'mrow'.

Implementation

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