HtmlLink constructor

HtmlLink({
  1. String? href,
})

Implementation

HtmlLink({
  this.href,
});