SetterFragment class abstract

The portion of a SetterElement contributed by a single declaration.

Clients may not extend, implement or mix-in this class.

Implemented types

Constructors

SetterFragment()

Properties

children3 List<Fragment>
The children of this fragment.
no setterinherited
correspondingGetter2 GetterFragment?
The getter that corresponds to (has the same name as) this setter, or null if there is no corresponding getter.
no setter
documentationComment String?
The content of the documentation comment (including delimiters) for this element or fragment.
no setterinherited
element PropertyAccessorElement2
The element composed from this fragment and possibly other fragments.
no setterinherited
enclosingFragment Fragment?
The fragment that either physically or logically encloses this fragment.
no setterinherited
formalParameters List<FormalParameterFragment>
The formal parameters defined by this fragment.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isAsynchronous bool
Whether the body is marked as being asynchronous.
no setterinherited
isAugmentation bool
Whether the element is an augmentation.
no setterinherited
isGenerator bool
Whether the body is marked as being a generator.
no setterinherited
isSynchronous bool
Whether the body is marked as being synchronous.
no setterinherited
isSynthetic bool
Whether this fragment is synthetic.
no setterinherited
libraryFragment LibraryFragment
The library fragment that contains this fragment.
no setterinherited
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 PropertyAccessorFragment?
The next fragment in the augmentation chain.
no setterinherited
previousFragment PropertyAccessorFragment?
The previous fragment in the augmentation chain.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeParameters2 List<TypeParameterFragment>
The type parameters declared by this fragment directly.
no setterinherited
variable3 PropertyInducingFragment?
The field or top-level variable associated with this property accessors.
no setterinherited

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