isXmlAnnotationXmlCDATA property

bool isXmlAnnotationXmlCDATA

Returns true if this type represents the type 'XmlCDATA' defined in the xml_annotation library.

Implementation

bool get isXmlAnnotationXmlCDATA =>
    element?.library?.identifier == '$_prefix/xml_cdata.dart' &&
    element?.name == 'XmlCDATA';