DeletionMethod class

Inheritance

Constructors

DeletionMethod(MethodElement methodElement, String name, DartType returnType, DartType flattenedReturnType, ParameterElement parameterElement, Entity entity)

Properties

changesMultipleItems bool
no setterinherited
entity Entity
finalinherited
flattenedReturnType → DartType
finalinherited
hashCode int
The hash code for this object.
no setterinherited
methodElement → MethodElement
finalinherited
name String
finalinherited
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.
inherited