XmlComment constructor

const XmlComment(
  1. String value
)

A XML comment, delimited with <!-- and -->.

value must not be null.

Implementation

const XmlComment(this.value);