isXmlAnnotationXmlValue property

bool isXmlAnnotationXmlValue

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

Implementation

bool get isXmlAnnotationXmlValue =>
    element?.library?.identifier == '$_prefix/xml_value.dart' &&
    element?.name == 'XmlValue';