1. @DomName('HTMLParagraphElement.HTMLParagraphElement')
  2. @DocsEditable()
ParagraphElement()

Source

@DomName('HTMLParagraphElement.HTMLParagraphElement')
@DocsEditable()
factory ParagraphElement() => JS(
    'returns:ParagraphElement;creates:ParagraphElement;new:true',
    '#.createElement(#)',
    document,
    "p");