WordToken constructor

WordToken(
  1. List<WordPartToken> parts
)

Implementation

WordToken(this.parts);