Annotated<T> class

Available Extensions

Constructors

Annotated(Element element, [DartObject? annotationObj])

Properties

annotationObj → DartObject?
final
element → Element
final
hasAnnotation bool
no setter
hashCode int
The hash code for this object.
no setterinherited
reader → ConstantReader?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T>(String field) → T
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