Sym constructor
const
Sym(
- String value
Creates a new string symbol.
Implementation
const factory Sym(String value) = StringSym;
Creates a new string symbol.
const factory Sym(String value) = StringSym;