Data constructor

Data([
  1. String? value
])

The <data> HTML element links a given piece of content with a machine-readable translation. Read more...

Implementation

Data([super.value]) {
  tag = 'data';
}