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