StringLiteral constructor

StringLiteral(
  1. Token string,
  2. String value
)

Implementation

StringLiteral(this.string, this.value);