StringSym constructor
const
StringSym(
- String value
Creates a new string symbol.
Implementation
const StringSym(this.value) : super._();
Creates a new string symbol.
const StringSym(this.value) : super._();