DartBlockFunctionCallValue constructor

DartBlockFunctionCallValue(
  1. FunctionCallStatement customFunctionCall,
  2. DartBlockDynamicValueType dynamicValueType,
  3. DartBlockValueType valueType
)

Implementation

DartBlockFunctionCallValue(
  this.customFunctionCall,
  super.dynamicValueType,
  super.valueType,
);