toXmlAttributes method

List<XmlAttribute> toXmlAttributes({
  1. Map<String, String?> namespaces = const {},
})

Implementation

List<XmlAttribute> toXmlAttributes({
  Map<String, String?> namespaces = const {},
}) {
  return _$TcxTrackToXmlAttributes(
    this,
    namespaces: namespaces,
  );
}