StringConstant constructor
const
StringConstant(
- String value
Creates a StringConstant object with the given string value.
Implementation
const StringConstant(super.value);
Creates a StringConstant object with the given string value.
const StringConstant(super.value);