isXmlAnnotationXmlElement property

bool isXmlAnnotationXmlElement

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

Implementation

bool get isXmlAnnotationXmlElement =>
    element?.library?.identifier == '$_prefix/xml_element.dart' &&
    element?.name == 'XmlElement';