ConstString constructor

ConstString(
  1. String value
)

Creates a new string constant with the given value.

@param value The string value this constant represents

Implementation

ConstString(super.value);