Del constructor

Del([
  1. String? value
])

The <del> HTML element represents a range of text that has been deleted from a document. Read more...

Implementation

Del([super.value]) {
  tag = 'del';
}