PropertyInducingFragment class abstract
The portion of a PropertyInducingElement2 contributed by a single declaration.
Clients may not extend, implement or mix-in this class.
- Implemented types
- Implementers
Constructors
Properties
-
children3
→ List<
Fragment> -
The children of this fragment.
no setterinherited
- documentationComment → String?
-
The content of the documentation comment (including delimiters) for this
element or fragment.
no setterinherited
- element → PropertyInducingElement2
-
The element composed from this fragment and possibly other fragments.
no setteroverride
- enclosingFragment → Fragment?
-
The fragment that either physically or logically encloses this fragment.
no setterinherited
- getter2 → GetterFragment?
-
The getter associated with this variable.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasInitializer → bool
-
Whether the variable has an initializer at declaration.
no setter
- isAugmentation → bool
-
Whether the element is an augmentation.
no setter
- isSynthetic → bool
-
Whether this fragment is synthetic.
no setter
- libraryFragment → LibraryFragment
-
The library fragment that contains this fragment.
no setteroverride
- metadata2 → Metadata
-
The metadata associated with the element or fragment.
no setterinherited
- name2 → String?
-
The name of the fragment.
no setterinherited
- nameOffset2 → int?
-
The offset of the name2 of this element.
no setterinherited
- nextFragment → PropertyInducingFragment?
-
The next fragment in the augmentation chain.
no setteroverride
- previousFragment → PropertyInducingFragment?
-
The previous fragment in the augmentation chain.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setter2 → SetterFragment?
-
The setter associated with this variable.
no setter
Methods
-
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