UEpubNode({required this.tag, Map<String, String>? attributes, this.text = ""}) : attributes = attributes ?? <String, String>{}, children = <UEpubNode>[];