isXmlAnnotationXmlSerializable property

bool isXmlAnnotationXmlSerializable

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

Implementation

bool get isXmlAnnotationXmlSerializable =>
    element?.library?.identifier == '$_prefix/xml_serializable.dart' &&
    element?.name == 'XmlSerializable';