Map constructor

Map([
  1. String? value
])

The <map> HTML element is used with <area> elements to define an image map (a clickable link area). Read more...

Implementation

Map([super.value]) {
  tag = 'map';
}