in working/macros/example/data_class.dart [195:200]
void buildDeclarationsForClass(
ClassDeclaration clazz, ClassMemberDeclarationBuilder builder) {
builder.declareInClass(DeclarationCode.fromString('''
@override
external bool operator==(Object other);'''));
}