isXmlAnnotationFieldRename property

bool isXmlAnnotationFieldRename

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

Implementation

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