XMLNode constructor

XMLNode(
  1. {required String tag,
  2. Map<String, dynamic> attributes = const <String, dynamic>{},
  3. List<XMLNode> children = const [],
  4. bool closeTag = true,
  5. String? text,
  6. bool isDeclaration = false}
)

Implementation

XMLNode