isXmlAnnotationXmlAttribute property

bool isXmlAnnotationXmlAttribute

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

Implementation

bool get isXmlAnnotationXmlAttribute =>
    element?.library?.identifier == '$_prefix/xml_attribute.dart' &&
    element?.name == 'XmlAttribute';