xmlBuilder property
- @JsonKey.new(includeFromJson: false, includeToJson: false)
final
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
@JsonKey(includeFromJson: false, includeToJson: false)
final String Function(TWriteable writeable, bool includeMeta)? xmlBuilder;