OfflineFirstFields class

Discover all fields with @OfflineFirst

Constructors

OfflineFirstFields(ClassElement element)

Properties

element → ClassElement
The annotated element
finalinherited
finder → AnnotationFinder<OfflineFirst>
Searches for annotations on fields
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sorted Iterable<FieldElement>
Returns a Set of all instance FieldElement items for element and super classes, sorted first by their location in the inheritance hierarchy (super first) and then by their location in the source file.
no setterinherited
stableInstanceFields Iterable<FieldElement>
ignore private, static, and Function fields
no setterinherited

Methods

annotationForField(FieldElement element) → OfflineFirst
Returns the annotation for a given field
inherited
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