Xml constructor
- @JsonSerializable.new(includeIfNull: false, explicitToJson: true)
Creates a Xml object.
Implementation
@JsonSerializable(includeIfNull: false, explicitToJson: true)
const factory Xml({
String? name,
String? namespace,
String? prefix,
bool? attribute,
bool? wrapped,
}) = _Xml;