getClassName static method
Implementation
static String getClassName(Element2 element) {
final visitor = MainAppVisitor();
element.visitChildren2(visitor);
return visitor.className ?? '';
}
static String getClassName(Element2 element) {
final visitor = MainAppVisitor();
element.visitChildren2(visitor);
return visitor.className ?? '';
}