Li constructor

Li([
  1. String? value
])

The <li> HTML element is used to represent an item in a list. Read more...

Implementation

Li([super.value]) {
  tag = 'li';
}