xml property

Xml? get xml
inherited

This MAY be used only on properties schemas. It has no effect on root schemas. Adds Additional metadata to describe the XML representation format of this property.

Implementation

@JsonKey(name: 'default') dynamic get $default;/// This MAY be used only on properties schemas.
/// It has no effect on root schemas.
/// Adds Additional metadata to describe the XML representation format of
/// this property.
 Xml? get xml;