VHtml constructor

VHtml(
  1. String tagName,
  2. String html
)

Implementation

VHtml(this.tagName, this.html);