TagflowNode constructor
const
TagflowNode({
- required String tag,
- String? textContent,
- TagflowNode? parent,
- LinkedHashMap<
String, String> ? attributes,
Implementation
const TagflowNode({
required this.tag,
this.textContent,
this.parent,
this.attributes,
});