IntermediateResultDefinition class

@internal

Constructors

IntermediateResultDefinition({required TypeDescriptor typeDescriptor, required FromArrayConstructor constructor, required int index, required int nArgs, required ValueReceiver valueReceiver})

Properties

constructor → FromArrayConstructor
final
constructorArgs int
final
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
missing int
getter/setter pair
nArgs int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeDescriptor → TypeDescriptor
final
valueReceiver ValueReceiver
final

Methods

createBuffer() Buffer
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