MathMLElement.mtr constructor

MathMLElement.mtr()

Creates a MathMLElement using the tag 'mtr'.

Implementation

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