Ol constructor

Ol([
  1. String? value
])

The <ol> HTML element represents an ordered list of items — typically rendered as a numbered list. Read more...

Implementation

Ol([super.value]) {
  tag = 'ol';
}