DartBlockVariable constructor

DartBlockVariable(
  1. String name,
  2. DartBlockDynamicValueType dynamicValueType,
  3. DartBlockValueType valueType
)

Implementation

DartBlockVariable(this.name, super.dynamicValueType, super.valueType);