Sym constructor

const Sym(
  1. String value
)

Creates a new string symbol.

Implementation

const factory Sym(String value) = StringSym;