Node.string constructor

Node.string(
  1. int positionInMessage,
  2. String value
)

Implementation

Node.string(this.positionInMessage, String this.value) : type = ST.string;