Attribute.fromHtml constructor

Attribute.fromHtml(
  1. HtmlAttribute attr
)

Implementation

factory Attribute.fromHtml(HtmlAttribute attr) {
  return Attribute(attr.name);
}