TdNode constructor

TdNode(
  1. Map<String, String> attribute,
  2. WidgetVisitor visitor
)

Implementation

TdNode(this.attribute, this.visitor);