ConstString constructor
ConstString(
- String value
Creates a new string constant with the given value.
@param value The string value this constant represents
Implementation
ConstString(super.value);
Creates a new string constant with the given value.
@param value The string value this constant represents
ConstString(super.value);