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