StringToken constructor

StringToken(
  1. String value
)

Implementation

StringToken(this.value) : super(TokenType.string);