toXmlElement method

XmlElement toXmlElement({
  1. Map<String, String?> namespaces = const {},
})

Implementation

XmlElement toXmlElement({
  Map<String, String?> namespaces = const {},
}) {
  return _$TcxTrackpointToXmlElement(
    this,
    namespaces: namespaces,
  );
}