EnglishTokenContext constructor

const EnglishTokenContext({
  1. bool? futureVowel,
  2. bool futureTo = false,
})

Creates English token context.

Implementation

const EnglishTokenContext({this.futureVowel, this.futureTo = false});