DartBlockFunctionCallValue constructor

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

Implementation

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