StringSym constructor

const StringSym(
  1. String value
)

Creates a new string symbol.

Implementation

const StringSym(this.value) : super._();