SelfClosingNode constructor

SelfClosingNode(
  1. String tagName, [
  2. Map<String, dynamic> attributes = const {}
])

Implementation

SelfClosingNode(this.tagName, [Map<String, dynamic> attributes = const {}])
    : super._selfClosing(tagName, attributes);