MathMLElement.mtable constructor
Creates a MathMLElement using the tag 'mtable'.
Implementation
MathMLElement.mtable()
: _ = document.createElementNS(
'http://www.w3.org/1998/Math/MathML',
'mtable',
);
Creates a MathMLElement using the tag 'mtable'.
MathMLElement.mtable()
: _ = document.createElementNS(
'http://www.w3.org/1998/Math/MathML',
'mtable',
);