StringConstant constructor

const StringConstant(
  1. String value
)

Creates a StringConstant object with the given string value.

Implementation

const StringConstant(super.value);