buildXmlChildren method

void buildXmlChildren(
  1. XmlBuilder builder, {
  2. Map<String, String> namespaces = const {},
})

Implementation

void buildXmlChildren(
  XmlBuilder builder, {
  Map<String, String> namespaces = const {},
}) {
  _$TcxNameKeyReferenceBuildXmlChildren(
    this,
    builder,
    namespaces: namespaces,
  );
}