DartBlockStringValue constructor

DartBlockStringValue(
  1. String value,
  2. DartBlockValueType valueType
)

Implementation

DartBlockStringValue(this.value, super.valueType);