DartBlockFunctionCallValue constructor
DartBlockFunctionCallValue(
- FunctionCallStatement functionCall,
- DartBlockDynamicValueType dynamicValueType,
- DartBlockValueType valueType
Implementation
DartBlockFunctionCallValue(
this.functionCall,
super.dynamicValueType,
super.valueType,
);