A constructor

A([
  1. String? value
])

The <a> HTML element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address. Read more...

Implementation

A([super.value]) {
  tag = 'a';
}