SyntaxToken constructor
SyntaxToken({
- int? beginOffset,
- int? endOffset,
- PartOfSpeechTag? partOfSpeech,
- String? text,
- int? tokenId,
Implementation
SyntaxToken({
this.beginOffset,
this.endOffset,
this.partOfSpeech,
this.text,
this.tokenId,
});