Ins constructor

Ins([
  1. String? value
])

The <ins> HTML element represents a range of text that has been added to a document. Read more...

Implementation

Ins([super.value]) {
  tag = 'ins';
}