JSSymbol constructor

JSSymbol([
  1. String? description
])

Creates an ES6 Symbol with an optional description.

Implementation

JSSymbol([this.description]);