encodeAttributeValue method

  1. @override
String encodeAttributeValue(
  1. String input,
  2. XmlAttributeType type
)
override

Encodes a string to be serialized as XML attribute value.

Implementation

@override
String encodeAttributeValue(String input, XmlAttributeType type) => input;