SourceAssignment class

Constructors

SourceAssignment.fromField(FieldElement? field, String? sourceName)
SourceAssignment.fromFunction(ExecutableElement? function, List<ParameterElement>? params)
SourceAssignment.fromRefChain(RefChain? refChain)

Properties

field ↔ FieldElement?
getter/setter pair
function ↔ ExecutableElement?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
params List<ParameterElement>?
getter/setter pair
refChain RefChain?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceName String?
getter/setter pair

Methods

collectInvoke(DartType type) String
needCollect(DartType targetType) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldAssignList(DartType targetFieldType) bool
shouldUseFunction() bool
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited