DartBlockVariable constructor
DartBlockVariable(
- String name,
- DartBlockDynamicValueType dynamicValueType,
- DartBlockValueType valueType
Implementation
DartBlockVariable(this.name, super.dynamicValueType, super.valueType);