isXmlAnnotationXmlEnum property

bool isXmlAnnotationXmlEnum

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

Implementation

bool get isXmlAnnotationXmlEnum =>
    element?.library?.identifier == '$_prefix/xml_enum.dart' &&
    element?.name == 'XmlEnum';