buildXmlElement method

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

Implementation

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