Node.otherKeyword constructor

Node.otherKeyword(
  1. int positionInMessage
)

Implementation

Node.otherKeyword(this.positionInMessage)
    : type = ST.other,
      value = 'other';