ConstSymbol constructor
ConstSymbol(
- String value
Creates a new symbol constant with the given name.
@param value The name of the symbol this constant represents
Implementation
ConstSymbol(super.value);
Creates a new symbol constant with the given name.
@param value The name of the symbol this constant represents
ConstSymbol(super.value);