isXmlAnnotationXmlText property

bool isXmlAnnotationXmlText

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

Implementation

bool get isXmlAnnotationXmlText =>
    element?.library?.identifier == '$_prefix/xml_text.dart' &&
    element?.name == 'XmlText';