DartBlockStringValue constructor
DartBlockStringValue(
- String value,
- DartBlockValueType valueType
Implementation
DartBlockStringValue(this.value, super.valueType);
DartBlockStringValue(this.value, super.valueType);