SelfClosingNode constructor

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

Implementation

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