XmlCdata constructor

const XmlCdata(
  1. String value
)

A CDATA Section.

CDATA sections are used to escape blocks of text which contain characters that would otherwise be recognized as markup.

value must not be null.

Implementation

const XmlCdata(this.value);