xmlBuilder property

String Function(Map<String, dynamic> json)? get xmlBuilder

Returns a function that builds an XML string from a JSON map.

Subclasses should override this getter to supply their XML builder, or set it externally, if applicable. If not provided, toXml() will throw.

Implementation

String Function(Map<String, dynamic> json)? get xmlBuilder;