VisitorElement constructor
VisitorElement({})
Implementation
VisitorElement({
required this.name,
required this.type,
this.returnType,
this.argsList = const [],
this.argsString = '',
this.isFunction = false,
this.annotations = const [],
});