buildXmlElement method

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

Implementation

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