ArtifactFieldMirror class

Inheritance

Constructors

ArtifactFieldMirror($AFld _field, Object instance)
const

Properties

fieldType Type
no setter
hashCode int
The hash code for this object.
no setterinherited
instance Object
final
iType Type
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object?
no setter

Methods

getAnnotations<T>([Type? type]) Iterable<T>
override
hasAnnotation<T>([Type? type]) bool
override
modify(Object newValue) ArtifactFieldMirror
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withInstance(Object newInstance) ArtifactFieldMirror

Operators

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