MethodGenerator class

Constructors

MethodGenerator(MethodElement element, DartType stateType)

Properties

callString String
no setter
element → MethodElement
final
generate bool
no setter
hashCode int
The hash code for this object.
no setterinherited
methodArgumentsString String
no setter
methodParametersString String
no setter
methodSignatureString String
no setter
methodString String
no setter
originalName String?
final
processName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateType → DartType
final

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