InsertionMethod class
- Inheritance
-
- Object
- ChangeMethod
- InsertionMethod
Constructors
- InsertionMethod(MethodElement methodElement, String name, DartType returnType, DartType flattenedReturnType, ParameterElement parameterElement, Entity entity, String onConflict)
Properties
- changesMultipleItems → bool
-
no setterinherited
- entity → Entity
-
finalinherited
- flattenedReturnType → DartType
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- methodElement → MethodElement
-
finalinherited
- name → String
-
finalinherited
- onConflict → String
-
final
- parameterElement → ParameterElement
-
finalinherited
- requiresAsyncModifier → bool
-
no setterinherited
- returnType → DartType
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override