Sym constructor

const Sym(
  1. String value
)

Implementation

const factory Sym(String value) = StringSym;