ArtifactMirror class
- Inheritance
-
- Object
- ArtifactMirrorBase
- ArtifactMirror
Constructors
- ArtifactMirror($AClass _clazz, Object instance)
-
const
Properties
-
fields
→ Iterable<
ArtifactFieldMirror> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance → Object
-
final
-
methods
→ Iterable<
ArtifactMethodMirror> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAnnotatedFields<
T> ([Type? t]) → Iterable< ArtifactAnnotatedField< T> > -
getAnnotatedMethods<
T> ([Type? t]) → Iterable< ArtifactAnnotatedMethod< T> > -
getAnnotations<
T> ([Type? type]) → Iterable< T> -
override
-
hasAnnotation<
T> ([Type? type]) → bool -
override
-
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