I constructor

I([
  1. String? value
])

The <i> HTML element represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, taxonomic designations, among others. Read more...

Implementation

I([super.value]) {
  tag = 'i';
}