Element.ol constructor
Creates a new <ol>
element.
This is equivalent to calling new Element.tag('ol')
.
Implementation
factory Element.ol() => new Element.tag('ol');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <ol>
element.
This is equivalent to calling new Element.tag('ol')
.
factory Element.ol() => new Element.tag('ol');