StringLiteral constructor

StringLiteral(
  1. String? _value
)

Implementation

StringLiteral(this._value);