Del constructor
Del([
- 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';
}
The <del> HTML element represents
a range of text that has been deleted
from a document.
Read more...
Del([super.value]) {
tag = 'del';
}