ConstSymbol constructor

ConstSymbol(
  1. 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);