buildXmlElement method

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

Implementation

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