VisitorElement class

Constructors

VisitorElement.new({required String name, required String type, String? returnType, List<String> argsList = const [], String argsString = '', bool isFunction = false, List<DartObject> annotations = const []})

Properties

annotations List<DartObject>
final
argsList List<String>
final
argsString String
final
hashCode int
The hash code for this object.
no setterinherited
isFunction bool
final
name String
final
returnType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

getAnnotationByName(String name) → DartObject?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited